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

Method #readScope

www/js/_hyperscript.js:3809–3811  ·  view source on GitHub ↗
(elt)

Source from the content-addressed store, hash-verified

3807 return null;
3808 }
3809 static #readScope(elt) {
3810 return elt?._hyperscript?.elementScope || {};
3811 }
3812 static #serialize(value) {
3813 if (value == null) return "";
3814 if (typeof value === "object") {

Callers 1

#resolveSpecifiersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected