MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / track

Method track

apps/kimi-code/src/tui/commands/dispatch.ts:111–111  ·  view source on GitHub ↗
(event: string, props?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

109 showNotice(title: string, detail?: string): void;
110 appendTranscriptEntry(entry: TranscriptEntry): void;
111 track(event: string, props?: Record<string, unknown>): void;
112 mountEditorReplacement(panel: Component & Focusable): void;
113 restoreEditor(): void;
114 restoreInputText(text: string): void;

Callers 15

trackMethod · 0.65
handleCatalogProviderAddFunction · 0.65
setDefaultModelFunction · 0.65
handleFeedbackCommandFunction · 0.65
executeSlashCommandFunction · 0.65
performModelSwitchFunction · 0.65
applyThemeChoiceFunction · 0.65
queueNextGoalFunction · 0.65
showGoalQueueManagerFunction · 0.65

Implementers 1

KimiTUIapps/kimi-code/src/tui/kimi-tui.ts

Calls

no outgoing calls

Tested by

no test coverage detected