MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / pushFollows

Method pushFollows

tools/common/_hyperscript.iife.js:1203–1205  ·  view source on GitHub ↗
(...strs)

Source from the content-addressed store, hash-verified

1201 return this.tokens.popFollow();
1202 }
1203 pushFollows(...strs) {
1204 return this.tokens.pushFollows(...strs);
1205 }
1206 popFollows(count) {
1207 return this.tokens.popFollows(count);
1208 }

Callers

nothing calls this directly

Calls 1

pushFollowsMethod · 0.45

Tested by

no test coverage detected