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

Method crypticle

salt/crypt.py:1824–1827  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1822
1823 @property
1824 def crypticle(self):
1825 if not hasattr(self, "_crypticle"):
1826 self.authenticate()
1827 return self._crypticle
1828
1829 def authenticate(self, _=None): # TODO: remove unused var
1830 """

Callers

nothing calls this directly

Calls 1

authenticateMethod · 0.95

Tested by

no test coverage detected