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

Function e

apps/vis/web/test/analysis.test.ts:7–10  ·  view source on GitHub ↗
(data: Record<string, unknown>, time?: number)

Source from the content-addressed store, hash-verified

5
6let line = 0;
7function e(data: Record<string, unknown>, time?: number): WireEntry {
8 line += 1;
9 return { lineNo: line, data: { ...data, time }, raw: data } as unknown as WireEntry;
10}
11function loop(event: Record<string, unknown>, time?: number): WireEntry {
12 return e({ type: 'context.append_loop_event', event }, time);
13}

Callers 3

anyFunction · 0.85
loopFunction · 0.85
analysis.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected