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

Method popFollow

www/js/_hyperscript.js:1210–1212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1208 return this.tokens.pushFollow(str);
1209 }
1210 popFollow() {
1211 return this.tokens.popFollow();
1212 }
1213 pushFollows(...strs) {
1214 return this.tokens.pushFollows(...strs);
1215 }

Callers

nothing calls this directly

Calls 1

popFollowMethod · 0.45

Tested by

no test coverage detected