MCPcopy Create free account
hub / github.com/clayrisser/create-react-renderer / commitMount

Function commitMount

phaseH/src/reconciler.ts:181–183  ·  view source on GitHub ↗
(_instance: Instance, _type: Type, _newProps: Props)

Source from the content-addressed store, hash-verified

179 },
180
181 scheduleTimeout(_handler: (...args: any[]) => void, _timeout: number): TimeoutHandle | NoTimeout {
182 log.debug("scheduleTimeout");
183 },
184
185 cancelTimeout(_handle: TimeoutHandle | NoTimeout): void {
186 log.debug("cancelTimeout");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected