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

Method parseElement

www/js/_hyperscript.js:1240–1242  ·  view source on GitHub ↗
(type, root = null)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

parseElementMethod · 0.45

Tested by

no test coverage detected