(sessionId: string, req: FsReadRequest)
| 78 | |
| 79 | list(sessionId: string, req: FsListRequest): Promise<FsListResponse>; |
| 80 | read(sessionId: string, req: FsReadRequest): Promise<FsReadResponse>; |
| 81 | |
| 82 | listMany( |
| 83 | sessionId: string, |
no outgoing calls
no test coverage detected