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

Function context

packages/agent-core/test/tools/glob.test.ts:69–71  ·  view source on GitHub ↗
(args: GlobInput)

Source from the content-addressed store, hash-verified

67}
68
69function context(args: GlobInput) {
70 return { turnId: '0', toolCallId: 'call_glob', args, signal };
71}
72
73function execReturning(stdout: string, stderr = '', exitCode = 0) {
74 return vi.fn().mockResolvedValue(processWithOutput(stdout, stderr, exitCode));

Callers 1

glob.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected