Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ json_events
Function
json_events
tests/test_daemon_smoke.py:239–240 ·
view source on GitHub ↗
(path, event)
Source
from the content-addressed store, hash-verified
237
238
239
def
json_events(path, event):
240
return
[record
for
record in json_records(path)
if
record.get(
"event"
) == event]
241
242
243
def
json_records(path):
Callers
1
main
Function · 0.85
Calls
1
json_records
Function · 0.85
Tested by
no test coverage detected