MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / write

Method write

app/storage/json_store.py:32–35  ·  view source on GitHub ↗
(self, payload: Any)

Source from the content-addressed store, hash-verified

30 return self._read_unlocked()
31
32 def write(self, payload: Any) -> Any:
33 with self._lock:
34 self._write_unlocked(payload)
35 return payload
36
37 def update(self, updater: Callable[[Any], Any]) -> Any:
38 with self._lock:

Callers 6

save_sessionMethod · 0.95
_append_lineMethod · 0.80
mainFunction · 0.80
tdc_vm_runner.cjsFile · 0.80
set_modeMethod · 0.80
clear_payment_cacheMethod · 0.80

Calls 1

_write_unlockedMethod · 0.95

Tested by

no test coverage detected