MCPcopy Index your code
hub / github.com/saltstack/salt / _fetch

Method _fetch

salt/utils/gitfs.py:1250–1255  ·  view source on GitHub ↗

Provider-specific code for fetching, must be implemented in a sub-class.

(self)

Source from the content-addressed store, hash-verified

1248 )
1249
1250 def _fetch(self):
1251 """
1252 Provider-specific code for fetching, must be implemented in a
1253 sub-class.
1254 """
1255 raise NotImplementedError()
1256
1257 def envs(self):
1258 """

Callers 1

fetchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected