Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastMAS/KVCOMM
/ main
Function
main
KVCOMM/utils/log.py:76–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
raise
75
76
def
main():
77
configure_logging()
78
79
swarmlog(
"SenderName"
,
"This is a test message."
, 0.123)
80
81
if
__name__ ==
"__main__"
:
82
main()
Callers
1
log.py
File · 0.70
Calls
2
configure_logging
Function · 0.85
swarmlog
Function · 0.85
Tested by
no test coverage detected