Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lit/lit
/ hostUpdated
Method
hostUpdated
packages/task/src/task.ts:265–269 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
263
}
264
265
hostUpdated() {
266
if
(this.autoRun ===
'afterUpdate'
) {
267
this._performTask();
268
}
269
}
270
271
private _getArgs() {
272
if
(this._argsFn === undefined) {
Callers
nothing calls this directly
Calls
1
_performTask
Method · 0.95
Tested by
no test coverage detected