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

Method replaceContainerChildren

src/core/reconciler.ts:362–364  ·  view source on GitHub ↗
(container: Container, newChildren: ChildSet)

Source from the content-addressed store, hash-verified

360 }
361
362 replaceContainerChildren?(container: Container, newChildren: ChildSet): void {
363 debug("replaceContainerChildren", { container, newChildren });
364 }
365 resetTextContent(_instance: Instance) {
366 debug("resetTextContent");
367 }

Callers

nothing calls this directly

Calls 1

debugFunction · 0.85

Tested by

no test coverage detected