MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / focusActiveTaskAIChat

Function focusActiveTaskAIChat

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

Source from the content-addressed store, hash-verified

571 }
572
573 function focusActiveTaskAIChat(): boolean {
574 if (!activeTask.value) return false
575 pendingFocusReturn = true
576 return focusAIChat(activeTask.value.chatKey, activeTask.value.aiChatId)
577 }
578
579 /**
580 * 每次 ChatExplorer 挂载时调用。

Callers

nothing calls this directly

Calls 1

focusAIChatFunction · 0.85

Tested by

no test coverage detected