Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ _key
Method
_key
src/knowledge/graph.py:42–43 ·
view source on GitHub ↗
(name: str, etype: str)
Source
from the content-addressed store, hash-verified
40
41
@staticmethod
42
def
_key(name: str, etype: str) -> str:
43
return
f
"{etype}:{name}"
44
45
def
add(self, name: str, etype: str, now: float = 0.0) -> None:
46
name = name.strip()
Callers
2
add
Method · 0.95
from_dict
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected