(filePath: string, context: MetadataContext)
| 71 | } |
| 72 | |
| 73 | queueFile(filePath: string, context: MetadataContext) { |
| 74 | this.queue.set(filePath, context); |
| 75 | this.scheduleFlush(); |
| 76 | } |
| 77 | |
| 78 | cancel() { |
| 79 | if (this.debounceTimer) { |
no test coverage detected