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

Function loop

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

Source from the content-addressed store, hash-verified

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}
14
15describe('analyzeWire', () => {
16 it('folds a session into turns/steps/tools with derived metrics', () => {

Callers 1

analysis.test.tsFile · 0.70

Calls 1

eFunction · 0.85

Tested by

no test coverage detected