MCPcopy Index your code
hub / github.com/lit/lit / hostUpdate

Method hostUpdate

packages/task/src/task.ts:259–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257 }
258
259 hostUpdate() {
260 if (this.autoRun === true) {
261 this._performTask();
262 }
263 }
264
265 hostUpdated() {
266 if (this.autoRun === 'afterUpdate') {

Callers

nothing calls this directly

Calls 1

_performTaskMethod · 0.95

Tested by

no test coverage detected