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

Function feedbackSessionLine

apps/kimi-code/src/tui/constant/feedback.ts:33–35  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

31}
32
33export function feedbackSessionLine(sessionId: string): string {
34 return `Session: ${sessionId}`;
35}
36
37export function feedbackIdLine(feedbackId: number): string {
38 return `Feedback ID: ${String(feedbackId)}`;

Callers 1

handleFeedbackCommandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected