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

Function stat

packages/kaos/src/current.ts:82–84  ·  view source on GitHub ↗
(path: string, options?: { followSymlinks?: boolean })

Source from the content-addressed store, hash-verified

80}
81
82export function stat(path: string, options?: { followSymlinks?: boolean }): Promise<StatResult> {
83 return getCurrentKaos().stat(path, options);
84}
85
86export function mkdir(
87 path: string,

Callers 15

chdirMethod · 0.70
statMethod · 0.70
globMethod · 0.70
_globWalkMethod · 0.70
mkdirMethod · 0.70
readWireMtimeFunction · 0.50
readWireMtimeFunction · 0.50
migrateOneSessionFunction · 0.50
migrateSkillsStepFunction · 0.50
migrateUserHistoryStepFunction · 0.50

Calls 2

getCurrentKaosFunction · 0.85
statMethod · 0.65

Tested by 2

readRefreshCountFunction · 0.40
statSafelyFunction · 0.40