Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ pushFollow
Method
pushFollow
www/js/_hyperscript.esm.js:147–149 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
145
}
146
// ----- Follow set management -----
147
pushFollow(str) {
148
this.#follows.push(str);
149
}
150
popFollow() {
151
this.#follows.pop();
152
}
Callers
14
pushFollow
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
_parseScrollModifiers
Function · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected