(id: string)
| 74 | } |
| 75 | |
| 76 | function clearDirty(id: string): void { |
| 77 | dirtyNodes.delete(id); |
| 78 | } |
| 79 | |
| 80 | // ============================================================ |
| 81 | // Scene Registry (Map<nodeId, BloomHandle>) |
no outgoing calls
no test coverage detected