MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / popFollows

Method popFollows

tools/common/_hyperscript.iife.js:1206–1208  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

1204 return this.tokens.pushFollows(...strs);
1205 }
1206 popFollows(count) {
1207 return this.tokens.popFollows(count);
1208 }
1209 clearFollows() {
1210 return this.tokens.clearFollows();
1211 }

Callers

nothing calls this directly

Calls 1

popFollowsMethod · 0.45

Tested by

no test coverage detected