MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / initElt

Method initElt

tools/common/_hyperscript.iife.js:1508–1511  ·  view source on GitHub ↗
(parseElement, start, tokens)

Source from the content-addressed store, hash-verified

1506 return this;
1507 }
1508 initElt(parseElement, start, tokens) {
1509 parseElement.startToken = start;
1510 parseElement.programSource = tokens.source;
1511 }
1512 parseElement(type, parser, root = void 0) {
1513 var elementDefinition = this.#grammar[type];
1514 if (elementDefinition) {

Callers 1

parseElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected