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

Method popFollow

tools/common/_hyperscript.iife.js:1200–1202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1198 return this.tokens.pushFollow(str);
1199 }
1200 popFollow() {
1201 return this.tokens.popFollow();
1202 }
1203 pushFollows(...strs) {
1204 return this.tokens.pushFollows(...strs);
1205 }

Callers

nothing calls this directly

Calls 1

popFollowMethod · 0.45

Tested by

no test coverage detected