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

Method #trackMutation

www/js/_hyperscript.js:2510–2514  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

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

Callers 1

resolveSymbolMethod · 0.95

Calls 1

trackPropertyMethod · 0.45

Tested by

no test coverage detected