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