Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apenwarr/sshuttle
/ write
Method
write
ssnet.py:210–212 ·
view source on GitHub ↗
(self, buf)
Source
from the content-addressed store, hash-verified
208
return
0
209
210
def
write(self, buf):
211
assert(buf)
212
return
self.uwrite(buf)
213
214
def
uread(self):
215
if
self.connect_to:
Callers
15
assembler.py
File · 0.45
daemonize
Function · 0.45
__init__
Method · 0.45
start
Method · 0.45
sethostip
Method · 0.45
sysctl_set
Function · 0.45
rewrite_etc_hosts
Function · 0.45
main
Function · 0.45
usage
Method · 0.45
fatal
Method · 0.45
log
Function · 0.45
main
Function · 0.45
Calls
1
uwrite
Method · 0.95
Tested by
no test coverage detected