MCPcopy Index your code
hub / github.com/sshuttle/sshuttle / send

Function send

sshuttle/sdnotify.py:44–46  ·  view source on GitHub ↗

Send multiple messages to systemd.

(*messages)

Source from the content-addressed store, hash-verified

42
43
44def send(*messages):
45 """Send multiple messages to systemd."""
46 return _notify(b'\n'.join(messages))
47
48
49def ready():

Callers

nothing calls this directly

Calls 1

_notifyFunction · 0.85

Tested by

no test coverage detected