MCPcopy
hub / github.com/saltstack/salt / _get_gitfs

Function _get_gitfs

tests/pytests/functional/utils/gitfs/test_gitfs.py:64–70  ·  view source on GitHub ↗
(opts, *remotes)

Source from the content-addressed store, hash-verified

62
63
64def _get_gitfs(opts, *remotes):
65 return GitFS(
66 opts,
67 remotes,
68 per_remote_overrides=PER_REMOTE_OVERRIDES,
69 per_remote_only=PER_REMOTE_ONLY,
70 )
71
72
73def _test_gitfs_simple(gitfs_opts):

Callers 9

_test_gitfs_simpleFunction · 0.85
_test_gitfs_simple_baseFunction · 0.85
_test_gitfs_minionFunction · 0.85
_test_nameFunction · 0.85
_test_remote_mapFunction · 0.85
_test_lockFunction · 0.85

Calls 1

GitFSClass · 0.90

Tested by

no test coverage detected