MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / context-projector.test.ts

File context-projector.test.ts

apps/vis/server/test/lib/context-projector.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// apps/vis/server/test/lib/context-projector.test.ts
2import { describe, it, expect, afterEach } from 'vitest';
3import { buildSessionFixture } from '../fixtures/build';
4import { projectContext } from '../../src/lib/context-projector';

Callers

nothing calls this directly

Calls 8

buildSessionFixtureFunction · 0.90
readAgentWireFunction · 0.90
projectContextFunction · 0.90
projectToolResultFunction · 0.85
injectionMsgFunction · 0.85
userMsgFunction · 0.70
toolMsgFunction · 0.70
cleanupFunction · 0.50

Tested by

no test coverage detected