Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ execArgs
Function
execArgs
packages/agent-core/test/tools/glob.test.ts:83–85 ·
view source on GitHub ↗
(exec: ReturnType<typeof vi.fn>)
Source
from the content-addressed store, hash-verified
81
}
82
83
function
execArgs(exec: ReturnType<typeof vi.fn>): string[] {
84
return
exec.mock.calls[0] as string[];
85
}
86
87
describe(
'GlobTool'
, () => {
88
it(
'exposes current metadata and schema'
, () => {
Callers
1
glob.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected