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

Method parseElement

src/core/parser.js:216–218  ·  view source on GitHub ↗
(type, root = null)

Source from the content-addressed store, hash-verified

214 // ===========================
215
216 parseElement(type, root = null) {
217 return this.#kernel.parseElement(type, this, root);
218 }
219
220 requireElement(type, message, root) {
221 return this.#kernel.requireElement(type, this, message, root);

Callers 15

parseHyperScriptMethod · 0.95
renderFunction · 0.95
parseHyperScriptMethod · 0.95
renderFunction · 0.95
parseHyperScriptMethod · 0.95
parseHyperScriptMethod · 0.95
parseHyperScriptMethod · 0.95
parseHyperScriptMethod · 0.95
renderFunction · 0.95
_renderTemplateMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected