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

Method parseElement

tools/common/_hyperscript.iife.js:1230–1232  ·  view source on GitHub ↗
(type, root = null)

Source from the content-addressed store, hash-verified

1228 // Kernel delegation methods
1229 // ===========================
1230 parseElement(type, root = null) {
1231 return this.#kernel.parseElement(type, this, root);
1232 }
1233 requireElement(type, message, root) {
1234 return this.#kernel.requireElement(type, this, message, root);
1235 }

Callers

nothing calls this directly

Calls 1

parseElementMethod · 0.45

Tested by

no test coverage detected