MCPcopy
hub / github.com/sshuttle/sshuttle / write

Method write

sshuttle/ssnet.py:236–238  ·  view source on GitHub ↗
(self, buf)

Source from the content-addressed store, hash-verified

234 return 0
235
236 def write(self, buf):
237 assert buf
238 return self.uwrite(buf)
239
240 def uread(self):
241 if self.connect_to:

Callers 15

test_get_tcp_dstipFunction · 0.80
test_logFunction · 0.80
test_debug1Function · 0.80
test_debug2Function · 0.80
test_debug3Function · 0.80
test_rewrite_etc_hostsFunction · 0.80
test_mainFunction · 0.80
assembler.pyFile · 0.80
daemonizeFunction · 0.80

Calls 1

uwriteMethod · 0.95

Tested by 10

test_get_tcp_dstipFunction · 0.64
test_logFunction · 0.64
test_debug1Function · 0.64
test_debug2Function · 0.64
test_debug3Function · 0.64
test_rewrite_etc_hostsFunction · 0.64
test_mainFunction · 0.64