Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Spinachead/arg
/ start_loading
Method
start_loading
app/knowledge_base/kb_cache/base.py:42–43 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
40
self._lock.release()
41
42
def
start_loading(self):
43
self._loaded.clear()
44
45
def
finish_loading(self):
46
self._loaded.set()
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected