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

Method pushFollows

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

pushFollowsMethod · 0.45

Tested by

no test coverage detected