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

Method pushFollow

www/js/_hyperscript.esm.js:1205–1207  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

1203 return this.tokens.lastMatch();
1204 }
1205 pushFollow(str) {
1206 return this.tokens.pushFollow(str);
1207 }
1208 popFollow() {
1209 return this.tokens.popFollow();
1210 }

Callers

nothing calls this directly

Calls 1

pushFollowMethod · 0.45

Tested by

no test coverage detected