Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HelloZeroNet/ZeroNet
/ send
Method
send
src/Test/conftest.py:327–328 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
325
self.result = gevent.event.AsyncResult()
326
327
def
send(self, data):
328
self.result.set(json.loads(data)[
"result"
])
329
330
def
getResult(self):
331
back = self.result.get()
Callers
5
coffee-script.js
File · 0.45
siteCmd
Method · 0.45
_send
Method · 0.45
getData
Function · 0.45
all.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected