Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
496
function
isBusy(host: SlashCommandHost): boolean {
497
return
isStreaming(host) || host.state.appState.isCompacting;
498
}
Callers
1
queueNextGoal
Function · 0.85
Calls
1
isStreaming
Function · 0.85
Tested by
no test coverage detected