()
| 101 | link(source: string, destination: string, cb: StatusCallback): void; |
| 102 | symlink(target: string, path: string, cb: StatusCallback): void; |
| 103 | getBufferStats(): FuseBufferStats; |
| 104 | } |
| 105 | |
| 106 | export interface FuseStat { |
no outgoing calls
no test coverage detected