MCPcopy 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

routeMethod · 0.95

Calls 2

responseMethod · 0.95
badActionMethod · 0.80

Tested by

no test coverage detected