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

Method clearFollows

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

clearFollowsMethod · 0.45

Tested by

no test coverage detected