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

Method requireElement

www/js/_hyperscript-max.js:1242–1244  ·  view source on GitHub ↗
(type, message, root)

Source from the content-addressed store, hash-verified

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

Callers 2

parseStringTemplateMethod · 0.95
parseURLOrExpressionMethod · 0.95

Calls 1

requireElementMethod · 0.45

Tested by

no test coverage detected