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

Method lastMatch

www/js/_hyperscript.esm.js:1202–1204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1200 return this.tokens.currentToken();
1201 }
1202 lastMatch() {
1203 return this.tokens.lastMatch();
1204 }
1205 pushFollow(str) {
1206 return this.tokens.pushFollow(str);
1207 }

Callers

nothing calls this directly

Calls 1

lastMatchMethod · 0.45

Tested by

no test coverage detected