(
sessionId: string,
connectionId: string,
wirePaths: readonly string[],
)
| 69 | wirePaths: readonly string[], |
| 70 | ): Promise<FsWatchResult>; |
| 71 | remove( |
| 72 | sessionId: string, |
| 73 | connectionId: string, |
| 74 | wirePaths: readonly string[], |
no outgoing calls
no test coverage detected