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

Method clearFollows

tools/common/_hyperscript.iife.js:1209–1211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1207 return this.tokens.popFollows(count);
1208 }
1209 clearFollows() {
1210 return this.tokens.clearFollows();
1211 }
1212 restoreFollows(f) {
1213 return this.tokens.restoreFollows(f);
1214 }

Callers

nothing calls this directly

Calls 1

clearFollowsMethod · 0.45

Tested by

no test coverage detected