MCPcopy 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
239def json_events(path, event):
240 return [record for record in json_records(path) if record.get("event") == event]
241
242
243def json_records(path):

Callers 1

mainFunction · 0.85

Calls 1

json_recordsFunction · 0.85

Tested by

no test coverage detected