Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Spinachead/arg
/ key
Method
key
app/knowledge_base/kb_cache/base.py:26–27 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
24
25
@property
26
def
key(self):
27
return
self._key
28
29
@contextmanager
30
def
acquire(self, owner: str =
""
, msg: str =
""
) -> Generator[None, None, FAISS]:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected