Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
44
def
send(*messages):
45
""
"Send multiple messages to systemd."
""
46
return
_notify(b
'\n'
.join(messages))
47
48
49
def
ready():
Callers
nothing calls this directly
Calls
1
_notify
Function · 0.85
Tested by
no test coverage detected