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

Method ping

salt/master.py:4316–4320  ·  view source on GitHub ↗

Send the load back to the sender.

(self, clear_load)

Source from the content-addressed store, hash-verified

4314 return load
4315
4316 def ping(self, clear_load):
4317 """
4318 Send the load back to the sender.
4319 """
4320 return clear_load
4321
4322 def destroy(self):
4323 if self.masterapi is not None:

Callers 1

pingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected