Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ popFollows
Method
popFollows
tools/common/_hyperscript.iife.js:152–154 ·
view source on GitHub ↗
(count)
Source
from the content-addressed store, hash-verified
150
return
strs.length;
151
}
152
popFollows(count) {
153
for
(
var
i = 0; i < count; i++) this.#follows.pop();
154
}
155
clearFollows() {
156
var
tmp = this.#follows;
157
this.#follows = [];
Callers
8
popFollows
Method · 0.45
parse
Method · 0.45
_parseCollectionOperand
Function · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
tokenizer.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected