Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ pushFollow
Method
pushFollow
www/js/_hyperscript-max.js:1206–1208 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
1204
return
this.tokens.lastMatch();
1205
}
1206
pushFollow(str) {
1207
return
this.tokens.pushFollow(str);
1208
}
1209
popFollow() {
1210
return
this.tokens.popFollow();
1211
}
Callers
nothing calls this directly
Calls
1
pushFollow
Method · 0.45
Tested by
no test coverage detected