MCPcopy
hub / github.com/maxchehab/phelia / commitTextUpdate

Method commitTextUpdate

src/core/reconciler.ts:345–352  ·  view source on GitHub ↗
(
    textInstance: TextInstance,
    _oldText: string,
    newText: string
  )

Source from the content-addressed store, hash-verified

343 }
344
345 commitTextUpdate(
346 textInstance: TextInstance,
347 _oldText: string,
348 newText: string
349 ): void {
350 debug("commitTextUpdate");
351 textInstance.text = newText;
352 }
353 commitMount?(
354 _instance: Instance,
355 _type: Type,

Callers

nothing calls this directly

Calls 1

debugFunction · 0.85

Tested by

no test coverage detected