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

Method statMany

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

Source from the content-addressed store, hash-verified

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

Callers 1

handleStatManyFunction · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected