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