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

Method createChildParser

src/core/parser.js:208–210  ·  view source on GitHub ↗
(tokens)

Source from the content-addressed store, hash-verified

206 }
207
208 createChildParser(tokens) {
209 return new Parser(this.#kernel, tokens);
210 }
211
212 // ===========================
213 // Kernel delegation methods

Callers 6

parseMethod · 0.45
resolveMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected