ReaddirWithTypes lists directory entries with type information from the client-provided session filesystem. RPC method: sessionFs.readdirWithTypes. Parameters: Directory path whose entries (with type information) should be listed from the client-provided session filesystem. Returns: Entries in th
(request *SessionFSReaddirWithTypesRequest)
| 18317 | // Returns: Entries in the requested directory paired with file/directory type information, |
| 18318 | // or a filesystem error if the read failed. |
| 18319 | ReaddirWithTypes(request *SessionFSReaddirWithTypesRequest) (*SessionFSReaddirWithTypesResult, error) |
| 18320 | // ReadFile reads a file from the client-provided session filesystem. |
| 18321 | // |
| 18322 | // RPC method: sessionFs.readFile. |
no outgoing calls
no test coverage detected