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

Method token

www/js/_hyperscript.esm.js:1196–1198  ·  view source on GitHub ↗
(n, includeWhitespace)

Source from the content-addressed store, hash-verified

1194 return this.tokens.hasMore();
1195 }
1196 token(n, includeWhitespace) {
1197 return this.tokens.token(n, includeWhitespace);
1198 }
1199 currentToken() {
1200 return this.tokens.currentToken();
1201 }

Callers

nothing calls this directly

Calls 1

tokenMethod · 0.45

Tested by

no test coverage detected