Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ fileStat
Function
fileStat
packages/agent-core/test/tools/glob.test.ts:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
function
fileStat(): StatResult {
66
return
{ ...dirStat(), stMode: 0o100000 };
67
}
68
69
function
context(args: GlobInput) {
70
return
{ turnId:
'0'
, toolCallId:
'call_glob'
, args, signal };
Callers
1
glob.test.ts
File · 0.85
Calls
1
dirStat
Function · 0.85
Tested by
no test coverage detected