MCPcopy 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
65function fileStat(): StatResult {
66 return { ...dirStat(), stMode: 0o100000 };
67}
68
69function context(args: GlobInput) {
70 return { turnId: '0', toolCallId: 'call_glob', args, signal };

Callers 1

glob.test.tsFile · 0.85

Calls 1

dirStatFunction · 0.85

Tested by

no test coverage detected