Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ has_response
Method
has_response
tests/test_daemon_smoke.py:419–421 ·
view source on GitHub ↗
(self, request_id)
Source
from the content-addressed store, hash-verified
417
)
418
419
def
has_response(self, request_id):
420
with
self.condition:
421
return
request_id in self.responses
422
423
def
close_input(self):
424
if
self.process.stdin is not None and not self.process.stdin.closed:
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected