MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / dirStat

Function dirStat

packages/agent-core/test/tools/glob.test.ts:50–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50function dirStat(): StatResult {
51 return {
52 stMode: 0o040000,
53 stIno: 1,
54 stDev: 1,
55 stNlink: 1,
56 stUid: 0,
57 stGid: 0,
58 stSize: 0,
59 stAtime: 0,
60 stMtime: 0,
61 stCtime: 0,
62 };
63}
64
65function fileStat(): StatResult {
66 return { ...dirStat(), stMode: 0o100000 };

Callers 2

fileStatFunction · 0.85
kaosWithExecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected