MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / #trackMutation

Method #trackMutation

src/core/runtime/runtime.js:498–502  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

496 }
497
498 #trackMutation(val) {
499 if (this.reactivity.isTracking && val != null && typeof val === "object") {
500 this.reactivity.trackProperty(val, "__mutation__");
501 }
502 }
503
504 resolveQuery(root, css) {
505 if (this.reactivity.isTracking) this.reactivity.trackQuery(root);

Callers 1

resolveSymbolMethod · 0.95

Calls 1

trackPropertyMethod · 0.45

Tested by

no test coverage detected