(
sessionId: string,
req: FsStatManyRequest,
)
| 85 | ): Promise<FsListManyResponse>; |
| 86 | stat(sessionId: string, req: FsStatRequest): Promise<FsEntry>; |
| 87 | statMany( |
| 88 | sessionId: string, |
| 89 | req: FsStatManyRequest, |
| 90 | ): Promise<FsStatManyResponse>; |
no outgoing calls
no test coverage detected