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

Function commitMount

phaseK/src/reconciler.ts:187–190  ·  view source on GitHub ↗
(instance: Instance, _type: Type, _newProps: Props)

Source from the content-addressed store, hash-verified

185 },
186
187 commitMount(instance: Instance, _type: Type, _newProps: Props): void {
188 log.debug("commitMount");
189 instance.commitMount();
190 },
191
192 scheduleTimeout(handler: (...args: any[]) => void, timeout: number): TimeoutHandle | NoTimeout {
193 log.debug("scheduleTimeout");

Callers

nothing calls this directly

Calls 1

commitMountMethod · 0.65

Tested by

no test coverage detected