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

Method connect

salt/master.py:4352–4357  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4350 chan.close()
4351
4352 def connect(self):
4353 if self.channels:
4354 return
4355 for transport, opts in iter_transport_opts(self.opts):
4356 chan = salt.channel.server.PubServerChannel.factory(opts)
4357 self.channels.append(chan)

Callers 7

_report_coverageFunction · 0.45
_load_modulesMethod · 0.45
socketMethod · 0.45
get_urlMethod · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45

Calls 3

iter_transport_optsFunction · 0.90
factoryMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected