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

Method requireElement

www/js/_hyperscript.esm.js:1241–1243  ·  view source on GitHub ↗
(type, message, root)

Source from the content-addressed store, hash-verified

1239 return this.#kernel.parseElement(type, this, root);
1240 }
1241 requireElement(type, message, root) {
1242 return this.#kernel.requireElement(type, this, message, root);
1243 }
1244 parseAnyOf(types) {
1245 return this.#kernel.parseAnyOf(types, this);
1246 }

Callers 2

parseStringTemplateMethod · 0.95
parseURLOrExpressionMethod · 0.95

Calls 1

requireElementMethod · 0.45

Tested by

no test coverage detected