Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/saltstack/salt
/ _match_dirs
Method
_match_dirs
tests/unit/test_module_names.py:63–64 ·
view source on GitHub ↗
(self, reldir, matchdirs)
Source
from the content-addressed store, hash-verified
61
maxDiff = None
62
63
def
_match_dirs(self, reldir, matchdirs):
64
return
any(fnmatch.fnmatchcase(reldir, mdir)
for
mdir in matchdirs)
65
66
def
test_module_name(self):
67
""
"
Callers
1
test_module_name
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected