MCPcopy 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.pyFile · 0.45
daemonizeFunction · 0.45
__init__Method · 0.45
startMethod · 0.45
sethostipMethod · 0.45
sysctl_setFunction · 0.45
rewrite_etc_hostsFunction · 0.45
mainFunction · 0.45
usageMethod · 0.45
fatalMethod · 0.45
logFunction · 0.45
mainFunction · 0.45

Calls 1

uwriteMethod · 0.95

Tested by

no test coverage detected