Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HelloZeroNet/ZeroNet
/ say
Function
say
src/util/Event.py:30–31 ·
view source on GitHub ↗
(pre, text)
Source
from the content-addressed store, hash-verified
28
if
__name__ ==
"__main__"
:
29
def
testBenchmark():
30
def
say(pre, text):
31
print(
"%s Say: %s"
% (pre, text))
32
33
import
time
34
s = time.time()
Callers
2
testBenchmark
Function · 0.85
testUsage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected