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

Method requireElement

src/core/parser.js:220–222  ·  view source on GitHub ↗
(type, message, root)

Source from the content-addressed store, hash-verified

218 }
219
220 requireElement(type, message, root) {
221 return this.#kernel.requireElement(type, this, message, root);
222 }
223
224 parseAnyOf(types) {
225 return this.#kernel.parseAnyOf(types, this);

Callers 15

parseStringTemplateMethod · 0.95
parseURLOrExpressionMethod · 0.95
bun-hyperscript.jsFile · 0.45
parseMethod · 0.45
parseArgFunction · 0.45
hdb.jsFile · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseErrorAndFinallyMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected