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