MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / resolveProperty

Method resolveProperty

src/core/runtime/runtime.js:433–436  ·  view source on GitHub ↗
(root, property)

Source from the content-addressed store, hash-verified

431 }
432
433 resolveProperty(root, property) {
434 if (this.reactivity.isTracking) this.reactivity.trackProperty(root, property);
435 return this.#flatGet(root, property, (root, property) => root[property])
436 }
437
438 /**
439 * Set a property on an object and notify the reactivity system.

Callers 5

resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
_createElementSideFunction · 0.45

Calls 2

#flatGetMethod · 0.95
trackPropertyMethod · 0.45

Tested by

no test coverage detected