Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
def
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
stats
Method · 0.80
load
Method · 0.45
Tested by
no test coverage detected