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

Method lastMatch

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

lastMatchMethod · 0.45

Tested by

no test coverage detected