Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ token
Method
token
www/js/_hyperscript.js:1198–1200 ·
view source on GitHub ↗
(n, includeWhitespace)
Source
from the content-addressed store, hash-verified
1196
return
this.tokens.hasMore();
1197
}
1198
token(n, includeWhitespace) {
1199
return
this.tokens.token(n, includeWhitespace);
1200
}
1201
currentToken() {
1202
return
this.tokens.currentToken();
1203
}
Callers
nothing calls this directly
Calls
1
token
Method · 0.45
Tested by
no test coverage detected