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

Method connect

salt/utils/cloud.py:914–915  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

912 self.disconnect()
913
914 def connect(self):
915 return self._client.connect()
916
917 def disconnect(self):
918 try:

Callers 15

__enter__Method · 0.95
initFunction · 0.45
connectFunction · 0.45
connectFunction · 0.45
_prepare_connectionFunction · 0.45
_connectFunction · 0.45
_connectFunction · 0.45
_connectFunction · 0.45
_prepare_connectionFunction · 0.45
__enter__Method · 0.45
_connectFunction · 0.45
_test_addrsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected