Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ getCurrentSessionId
Method
getCurrentSessionId
apps/kimi-code/src/tui/kimi-tui.ts:1344–1346 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1342
}
1343
1344
getCurrentSessionId(): string {
1345
return
this.state.appState.sessionId;
1346
}
1347
1348
hasSessionContent(): boolean {
1349
return
this.state.transcriptEntries.length > 0;
Callers
1
runShell
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected