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

Function feedbackIdLine

apps/kimi-code/src/tui/constant/feedback.ts:37–39  ·  view source on GitHub ↗
(feedbackId: number)

Source from the content-addressed store, hash-verified

35}
36
37export function feedbackIdLine(feedbackId: number): string {
38 return `Feedback ID: ${String(feedbackId)}`;
39}
40
41// Hint shown beneath session-level error messages in the TUI to point users
42// at the `/export-debug-zip` workflow so they can share diagnostics with us.

Callers 1

handleFeedbackCommandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected