Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ hideQuestionDialog
Method
hideQuestionDialog
apps/kimi-code/src/tui/kimi-tui.ts:2888–2891 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2886
}
2887
2888
private hideQuestionDialog(): void {
2889
this.patchLivePane({ pendingQuestion: null });
2890
this.restoreEditor();
2891
}
2892
}
Callers
2
constructor
Method · 0.95
showQuestion
Method · 0.80
Calls
2
patchLivePane
Method · 0.95
restoreEditor
Method · 0.95
Tested by
no test coverage detected