Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ describe, expect, it } from
'vitest'
;
2
3
import
{ ToolAccesses } from
'../../src/loop'
;
4
import
{ ToolScheduler,
type
ToolCallTask } from
'../../src/loop/tool-scheduler'
;
Callers
nothing calls this directly
Calls
9
makeScheduler
Function · 0.85
makeControlledTask
Function · 0.85
readPath
Function · 0.85
writePath
Function · 0.85
waitOneMacrotask
Function · 0.70
readTree
Function · 0.70
add
Method · 0.65
resolve
Method · 0.65
reject
Method · 0.65
Tested by
no test coverage detected