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

Function frameForLog

packages/server-e2e/test/refresh-replay.test.ts:354–364  ·  view source on GitHub ↗
(frame: AnyFrame)

Source from the content-addressed store, hash-verified

352});
353
354function frameForLog(frame: AnyFrame): Record<string, unknown> {
355 return {
356 type: frame.type,
357 seq: frame.seq,
358 session_id: frame.session_id,
359 id: frame.id,
360 code: frame.code,
361 msg: frame.msg,
362 payload: frame.payload,
363 };
364}

Callers 2

openSocketWithHelloFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected