(syncHandlerId, handlers)
| 623 | |
| 624 | class SyncHandler { |
| 625 | constructor(syncHandlerId, handlers) { |
| 626 | this.syncHandlerId = syncHandlerId; |
| 627 | this.handlers = handlers; |
| 628 | } |
| 629 | |
| 630 | update(handlers) { |
| 631 | for (const handle in handlers) { |
nothing calls this directly
no outgoing calls
no test coverage detected