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

Method token

tools/common/_hyperscript.iife.js:1188–1190  ·  view source on GitHub ↗
(n, includeWhitespace)

Source from the content-addressed store, hash-verified

1186 return this.tokens.hasMore();
1187 }
1188 token(n, includeWhitespace) {
1189 return this.tokens.token(n, includeWhitespace);
1190 }
1191 currentToken() {
1192 return this.tokens.currentToken();
1193 }

Callers

nothing calls this directly

Calls 1

tokenMethod · 0.45

Tested by

no test coverage detected