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

Method requireElement

tools/common/_hyperscript.iife.js:1233–1235  ·  view source on GitHub ↗
(type, message, root)

Source from the content-addressed store, hash-verified

1231 return this.#kernel.parseElement(type, this, root);
1232 }
1233 requireElement(type, message, root) {
1234 return this.#kernel.requireElement(type, this, message, root);
1235 }
1236 parseAnyOf(types) {
1237 return this.#kernel.parseAnyOf(types, this);
1238 }

Callers 2

parseStringTemplateMethod · 0.95
parseURLOrExpressionMethod · 0.95

Calls 1

requireElementMethod · 0.45

Tested by

no test coverage detected