MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / writeAppSessionsStore

Function writeAppSessionsStore

tools/claw-launcher-ui/server.mjs:1040–1043  ·  view source on GitHub ↗
(records)

Source from the content-addressed store, hash-verified

1038}
1039
1040async function writeAppSessionsStore(records) {
1041 await ensureDirs()
1042 await writeFile(appSessionsPath, JSON.stringify(records, null, 2), 'utf8')
1043}
1044
1045function persistableRunRequest(request) {
1046 if (!request) {

Callers 4

repairInterruptedRunsFunction · 0.85
saveAppSessionStateFunction · 0.85
renameAppSessionFunction · 0.85
deleteAppSessionFunction · 0.85

Calls 2

ensureDirsFunction · 0.85
writeFileFunction · 0.85

Tested by

no test coverage detected