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

Method #trackMutation

www/js/_hyperscript-max.js:2509–2513  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

2507 }
2508 }
2509 #trackMutation(val) {
2510 if (this.reactivity.isTracking && val != null && typeof val === "object") {
2511 this.reactivity.trackProperty(val, "__mutation__");
2512 }
2513 }
2514 resolveQuery(root, css) {
2515 if (this.reactivity.isTracking) this.reactivity.trackQuery(root);
2516 return root.querySelectorAll(css);

Callers 1

resolveSymbolMethod · 0.95

Calls 1

trackPropertyMethod · 0.45

Tested by

no test coverage detected