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

Method pushFollows

www/js/_hyperscript.js:1213–1215  ·  view source on GitHub ↗
(...strs)

Source from the content-addressed store, hash-verified

1211 return this.tokens.popFollow();
1212 }
1213 pushFollows(...strs) {
1214 return this.tokens.pushFollows(...strs);
1215 }
1216 popFollows(count) {
1217 return this.tokens.popFollows(count);
1218 }

Callers

nothing calls this directly

Calls 1

pushFollowsMethod · 0.45

Tested by

no test coverage detected