(
_instance: Instance,
_updatePayload: any,
_type: string,
_oldProps: Props,
_newProps: Props
)
| 163 | _newProps: Props, |
| 164 | _internalHandle: any, |
| 165 | ): void { |
| 166 | log.debug("commitUpdate"); |
| 167 | }, |
| 168 | |
| 169 | commitMount(_instance: Instance, _type: Type, _newProps: Props): void { |
| 170 | log.debug("commitMount"); |
| 171 | }, |
| 172 | |
| 173 | scheduleTimeout(_handler: (...args: any[]) => void, _timeout: number): TimeoutHandle | NoTimeout { |
| 174 | log.debug("scheduleTimeout"); |
| 175 | }, |
| 176 |
nothing calls this directly
no outgoing calls
no test coverage detected