Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ lastMatch
Method
lastMatch
tools/common/_hyperscript.iife.js:1194–1196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1192
return
this.tokens.currentToken();
1193
}
1194
lastMatch() {
1195
return
this.tokens.lastMatch();
1196
}
1197
pushFollow(str) {
1198
return
this.tokens.pushFollow(str);
1199
}
Callers
nothing calls this directly
Calls
1
lastMatch
Method · 0.45
Tested by
no test coverage detected