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

Method clearFollows

www/js/_hyperscript.js:1219–1221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1217 return this.tokens.popFollows(count);
1218 }
1219 clearFollows() {
1220 return this.tokens.clearFollows();
1221 }
1222 restoreFollows(f) {
1223 return this.tokens.restoreFollows(f);
1224 }

Callers

nothing calls this directly

Calls 1

clearFollowsMethod · 0.45

Tested by

no test coverage detected