MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / popFollows

Method popFollows

www/js/_hyperscript.esm.js:1214–1216  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

1212 return this.tokens.pushFollows(...strs);
1213 }
1214 popFollows(count) {
1215 return this.tokens.popFollows(count);
1216 }
1217 clearFollows() {
1218 return this.tokens.clearFollows();
1219 }

Callers

nothing calls this directly

Calls 1

popFollowsMethod · 0.45

Tested by

no test coverage detected