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

Function frameForLog

packages/server-e2e/test/send-and-cancel.test.ts:378–385  ·  view source on GitHub ↗
(frame: AnyFrame)

Source from the content-addressed store, hash-verified

376});
377
378function frameForLog(frame: AnyFrame): Record<string, unknown> {
379 return {
380 type: frame.type,
381 seq: frame.seq,
382 session_id: frame.session_id,
383 payload: frame.payload,
384 };
385}
386
387async function injectActivePrompt(
388 sid: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected