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

Function getLiveThread

desktop/runtime/live-thread-store.ts:16–18  ·  view source on GitHub ↗
(sessionPath: string)

Source from the content-addressed store, hash-verified

14}
15
16export function getLiveThread(sessionPath: string) {
17 return liveThreads.get(sessionPath) ?? null
18}
19
20export function shouldSuppressExternalThreadUpdate(sessionPath: string, now = Date.now()) {
21 const liveThread = liveThreads.get(sessionPath)

Callers 4

loadThreadFunction · 0.90
hasRunningProjectThreadFunction · 0.90
listProjectThreadsFunction · 0.90
listInboxThreadsFunction · 0.90

Calls 1

getMethod · 0.80

Tested by

no test coverage detected