Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ nextTranscriptId
Function
nextTranscriptId
apps/kimi-code/src/tui/utils/transcript-id.ts:3–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
let
transcriptIdCounter = 0;
2
3
export
function
nextTranscriptId(): string {
4
transcriptIdCounter += 1;
5
return
`entry-${String(transcriptIdCounter)}`;
6
}
Callers
15
runShellCommandFromInput
Method · 0.90
sendMessageInternal
Method · 0.90
steerMessage
Method · 0.90
appendApprovalTranscriptEntry
Method · 0.90
appendBackgroundAgentEntry
Method · 0.90
handleCronFired
Method · 0.90
maybeShowDebugTiming
Method · 0.90
handleHookResult
Method · 0.90
handleGoalUpdated
Method · 0.90
handleSkillActivated
Method · 0.90
handlePluginCommandActivated
Method · 0.90
appendBackgroundTaskEntry
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected