(watchId: string)
| 21 | } |
| 22 | |
| 23 | function fsWatchRuntimeId(watchId: string): string { |
| 24 | return `fs-watch:${watchId}` |
| 25 | } |
| 26 | |
| 27 | function readDirectorySnapshot(dir: string): Map<string, number> { |
| 28 | const snapshot = new Map<string, number>() |
no outgoing calls
no test coverage detected