-
-
Save zoffixznet/3d74bdcd403c0f4dcce7c1b1c12f4987 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
our sub object_repo_exist($yaml, $object, $object_name, $group_name) is export { | |
$yaml.datas.first: *<group> eq $group_name | |
andthen .first: *.{$object} eq $object_name | |
andthen return True; | |
False | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment