(_offset: number)
| 38 | id2 == null ? {0: id1} : {0: id1, 1: id2}; |
| 39 | |
| 40 | const nullEvent = (_offset: number) => null; |
| 41 | const act = (callback: () => void) => callback(); |
| 42 | const render = (getComponent: () => JSXElement) => { |
| 43 | const container = document.createElement('div'); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…