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