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

Function commitMount

phaseF/src/reconciler.ts:175–177  ·  view source on GitHub ↗
(_instance: Instance, _type: Type, _newProps: Props)

Source from the content-addressed store, hash-verified

173 scheduleTimeout(_handler: (...args: any[]) => void, _timeout: number): TimeoutHandle | NoTimeout {
174 log.debug("scheduleTimeout");
175 },
176
177 cancelTimeout(_handle: TimeoutHandle | NoTimeout): void {
178 log.debug("cancelTimeout");
179 },
180

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected