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

Method pushFollow

tools/common/_hyperscript.iife.js:1197–1199  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

1195 return this.tokens.lastMatch();
1196 }
1197 pushFollow(str) {
1198 return this.tokens.pushFollow(str);
1199 }
1200 popFollow() {
1201 return this.tokens.popFollow();
1202 }

Callers

nothing calls this directly

Calls 1

pushFollowMethod · 0.45

Tested by

no test coverage detected