MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / parseElement

Method parseElement

www/js/_hyperscript-max.js:1239–1241  ·  view source on GitHub ↗
(type, root = null)

Source from the content-addressed store, hash-verified

1237 // Kernel delegation methods
1238 // ===========================
1239 parseElement(type, root = null) {
1240 return this.#kernel.parseElement(type, this, root);
1241 }
1242 requireElement(type, message, root) {
1243 return this.#kernel.requireElement(type, this, message, root);
1244 }

Callers

nothing calls this directly

Calls 1

parseElementMethod · 0.45

Tested by

no test coverage detected