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

Method lastMatch

src/core/parser.js:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 }
167
168 lastMatch() {
169 return this.tokens.lastMatch();
170 }
171
172 pushFollow(str) {
173 return this.tokens.pushFollow(str);

Callers 3

parseElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected