(
_instance: Instance,
_updatePayload: any,
_type: string,
_oldProps: Props,
_newProps: Props
)
| 166 | now: Date.now, |
| 167 | |
| 168 | commitUpdate( |
| 169 | _instance: Instance, |
| 170 | _updatePayload: any, |
| 171 | _type: string, |
| 172 | _oldProps: Props, |
| 173 | _newProps: Props |
| 174 | ): void { |
| 175 | log.debug('commitUpdate'); |
| 176 | }, |
| 177 | |
| 178 | commitMount(_instance: Instance, _type: Type, _newProps: Props): void { |
| 179 | log.debug('commitMount'); |
nothing calls this directly
no outgoing calls
no test coverage detected