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

Function frameForLog

packages/server-e2e/test/session-resume.test.ts:188–195  ·  view source on GitHub ↗
(frame: { type: string; seq?: number; session_id?: string; payload?: unknown })

Source from the content-addressed store, hash-verified

186});
187
188function frameForLog(frame: { type: string; seq?: number; session_id?: string; payload?: unknown }): Record<string, unknown> {
189 return {
190 type: frame.type,
191 seq: frame.seq,
192 session_id: frame.session_id,
193 payload: frame.payload,
194 };
195}
196
197function sessionSummaryForLog(session: {
198 id: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected