MCPcopy
hub / github.com/lit/lit / _update

Method _update

packages/react/src/use-controller.ts:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82
83 /* @internal */
84 _update() {
85 this._controllers.forEach((c) => c.hostUpdate?.());
86 }
87
88 /* @internal */
89 _updated() {

Callers 1

useControllerFunction · 0.95

Calls 1

hostUpdateMethod · 0.65

Tested by

no test coverage detected