Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ __call__
Method
__call__
src/tests/utils/mock_server.py:13–15 ·
view source on GitHub ↗
(self, request_handler)
Source
from the content-addressed store, hash-verified
11
self.body = body
12
13
def
__call__(self, request_handler):
14
if
self.body:
15
request_handler.write(self.body)
16
17
18
class
MatchResult:
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected