MCPcopy 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

1let transcriptIdCounter = 0;
2
3export function nextTranscriptId(): string {
4 transcriptIdCounter += 1;
5 return `entry-${String(transcriptIdCounter)}`;
6}

Callers 15

sendMessageInternalMethod · 0.90
steerMessageMethod · 0.90
handleCronFiredMethod · 0.90
maybeShowDebugTimingMethod · 0.90
handleHookResultMethod · 0.90
handleGoalUpdatedMethod · 0.90
handleSkillActivatedMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected