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

Method restoreFollows

www/js/_hyperscript-max.js:1221–1223  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

restoreFollowsMethod · 0.45

Tested by

no test coverage detected