Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
useController
Function · 0.95
Calls
1
hostUpdate
Method · 0.65
Tested by
no test coverage detected