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

Method requireElement

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

Source from the content-addressed store, hash-verified

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

Callers 2

parseStringTemplateMethod · 0.95
parseURLOrExpressionMethod · 0.95

Calls 1

requireElementMethod · 0.45

Tested by

no test coverage detected