(path: string, cb: ResultCallback<FuseStat | null>)
| 49 | error: NotImplementedOperation; |
| 50 | readdir(path: string, cb: ResultCallback<string[]>): void; |
| 51 | getattr(path: string, cb: ResultCallback<FuseStat | null>): void; |
| 52 | fgetattr(path: string, fh: number, cb: ResultCallback<FuseStat | null>): void; |
| 53 | open(path: string, flags: number, cb: ResultCallback<number>): void; |
| 54 | opendir(path: string, flags: number, cb: ResultCallback<number>): void; |
no outgoing calls
no test coverage detected