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

Method pushFollows

www/js/_hyperscript-max.js:1212–1214  ·  view source on GitHub ↗
(...strs)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

pushFollowsMethod · 0.45

Tested by

no test coverage detected