Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HelloZeroNet/ZeroNet
/ actionUnknown
Method
actionUnknown
src/File/FileRequest.py:446–448 ·
view source on GitHub ↗
(self, cmd, params)
Source
from the content-addressed store, hash-verified
444
445
# Unknown command
446
def
actionUnknown(self, cmd, params):
447
self.response({
"error"
:
"Unknown command: %s"
% cmd})
448
self.connection.badAction(5)
Callers
1
route
Method · 0.95
Calls
2
response
Method · 0.95
badAction
Method · 0.80
Tested by
no test coverage detected