Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ pushFollows
Method
pushFollows
src/core/parser.js:180–182 ·
view source on GitHub ↗
(...strs)
Source
from the content-addressed store, hash-verified
178
}
179
180
pushFollows(...strs) {
181
return
this.tokens.pushFollows(...strs);
182
}
183
184
popFollows(count) {
185
return
this.tokens.popFollows(count);
Callers
6
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parseOperand
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected