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

Method restoreFollows

www/js/_hyperscript.esm.js:1220–1222  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

1218 return this.tokens.clearFollows();
1219 }
1220 restoreFollows(f) {
1221 return this.tokens.restoreFollows(f);
1222 }
1223 get source() {
1224 return this.tokens.source;
1225 }

Callers

nothing calls this directly

Calls 1

restoreFollowsMethod · 0.45

Tested by

no test coverage detected