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

Method token

src/core/parser.js:160–162  ·  view source on GitHub ↗
(n, includeWhitespace)

Source from the content-addressed store, hash-verified

158 }
159
160 token(n, includeWhitespace) {
161 return this.tokens.token(n, includeWhitespace);
162 }
163
164 currentToken() {
165 return this.tokens.currentToken();

Callers 5

parseEventArgsMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected