MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_load_missing_is_empty

Function test_load_missing_is_empty

tests/knowledge/test_graph.py:41–42  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

39
40
41def test_load_missing_is_empty(tmp_path):
42 assert KnowledgeGraph.load(tmp_path / "nope.json").stats()["total"] == 0

Callers

nothing calls this directly

Calls 2

statsMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected