Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitoHowe/glm-coding
/ read
Method
read
app/storage/json_store.py:28–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
self._lock = threading.Lock()
27
28
def
read(self) -> Any:
29
with
self._lock:
30
return
self._read_unlocked()
31
32
def
write(self, payload: Any) -> Any:
33
with
self._lock:
Callers
5
load_session
Method · 0.95
get_mode
Method · 0.80
list_accounts
Method · 0.80
get_account
Method · 0.80
list_tasks
Method · 0.80
Calls
1
_read_unlocked
Method · 0.95
Tested by
no test coverage detected