MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / isBusy

Function isBusy

apps/kimi-code/src/tui/commands/goal.ts:496–498  ·  view source on GitHub ↗
(host: SlashCommandHost)

Source from the content-addressed store, hash-verified

494}
495
496function isBusy(host: SlashCommandHost): boolean {
497 return isStreaming(host) || host.state.appState.isCompacting;
498}

Callers 1

queueNextGoalFunction · 0.85

Calls 1

isStreamingFunction · 0.85

Tested by

no test coverage detected