(type, id)
| 84 | } |
| 85 | |
| 86 | function $RefreshReg$(type, id) { |
| 87 | ReactFreshRuntime.register(type, id); |
| 88 | } |
| 89 | |
| 90 | function $RefreshSig$(type, key, forceReset, getCustomHooks) { |
| 91 | ReactFreshRuntime.setSignature(type, key, forceReset, getCustomHooks); |
no outgoing calls
no test coverage detected