MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getActiveTaskState

Function getActiveTaskState

src/stores/aiChat.ts:357–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355 }
356
357 function getActiveTaskState(): AIChatSessionState | null {
358 if (!activeTask.value) return null
359 return getSessionState(activeTask.value.chatKey)
360 }
361
362 function getOrCreateBuffer(
363 state: AIChatSessionState,

Callers

nothing calls this directly

Calls 1

getSessionStateFunction · 0.85

Tested by

no test coverage detected