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

Method stat

packages/agent-core/src/services/fs/fs.ts:86–86  ·  view source on GitHub ↗
(sessionId: string, req: FsStatRequest)

Source from the content-addressed store, hash-verified

84 req: FsListManyRequest,
85 ): Promise<FsListManyResponse>;
86 stat(sessionId: string, req: FsStatRequest): Promise<FsEntry>;
87 statMany(
88 sessionId: string,
89 req: FsStatManyRequest,

Callers 15

ensureParentDirectoryMethod · 0.65
executionMethod · 0.65
executionMethod · 0.65
executionMethod · 0.65
collectEntriesFunction · 0.65
probeGitMarkerFunction · 0.65
pathExistsFunction · 0.65
isFileFunction · 0.65
defaultIsDirFunction · 0.65
defaultIsFileFunction · 0.65
existsFunction · 0.65

Implementers 1

FsServicepackages/agent-core/src/services/fs/fs

Calls

no outgoing calls

Tested by

no test coverage detected