MCPcopy Create free account
hub / github.com/Ark0N/Codeman / saveNowAsync

Method saveNowAsync

src/state-store.ts:194–206  ·  view source on GitHub ↗

* Async version of saveNow — used by the debounced save() path. * Uses non-blocking fs.promises to avoid blocking the event loop during * the debounced write cycle. For synchronous shutdown flush, use saveNow(). * * Guards against concurrent execution: if a save is already in flight,

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

saveMethod · 0.95

Calls 1

_doSaveAsyncMethod · 0.95

Tested by

no test coverage detected