MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / tool-scheduler.test.ts

File tool-scheduler.test.ts

packages/agent-core/test/loop/tool-scheduler.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2
3import { ToolAccesses } from '../../src/loop';
4import { ToolScheduler, type ToolCallTask } from '../../src/loop/tool-scheduler';

Callers

nothing calls this directly

Calls 9

makeSchedulerFunction · 0.85
makeControlledTaskFunction · 0.85
readPathFunction · 0.85
writePathFunction · 0.85
waitOneMacrotaskFunction · 0.70
readTreeFunction · 0.70
addMethod · 0.65
resolveMethod · 0.65
rejectMethod · 0.65

Tested by

no test coverage detected