MCPcopy 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_sessionMethod · 0.95
get_modeMethod · 0.80
list_accountsMethod · 0.80
get_accountMethod · 0.80
list_tasksMethod · 0.80

Calls 1

_read_unlockedMethod · 0.95

Tested by

no test coverage detected