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

Method parseElement

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

parseElementMethod · 0.45

Tested by

no test coverage detected