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

Function context

packages/agent-core/test/tools/grep.test.ts:130–132  ·  view source on GitHub ↗
(args: GrepInput, abortSignal = signal)

Source from the content-addressed store, hash-verified

128}
129
130function context(args: GrepInput, abortSignal = signal) {
131 return { turnId: '0', toolCallId: 'call_grep', args, signal: abortSignal };
132}
133
134function nullRecord(filePath: string, payload = ''): string {
135 return `${filePath}\0${payload}`;

Callers 1

grep.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected