MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / hasPersistedSessionFile

Function hasPersistedSessionFile

desktop/runtime/thread-publisher.ts:219–226  ·  view source on GitHub ↗
(sessionPath: string)

Source from the content-addressed store, hash-verified

217}
218
219async function hasPersistedSessionFile(sessionPath: string) {
220 try {
221 await stat(sessionPath)
222 return true
223 } catch {
224 return false
225 }
226}
227
228function upsertPersistedThreadSummary({
229 runtime,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected