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

Method #trackMutation

www/js/_hyperscript.esm.js:2508–2512  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

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

Callers 1

resolveSymbolMethod · 0.95

Calls 1

trackPropertyMethod · 0.45

Tested by

no test coverage detected