Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monogatari/Monogatari
/ matchString
Method
matchString
src/actions/End.ts:47–49 ·
view source on GitHub ↗
([action]: string[])
Source
from the content-addressed store, hash-verified
45
}
46
47
static override matchString([action]: string[]): boolean {
48
return
action ===
'end'
;
49
}
50
51
override
async
willApply(): Promise<void> {
52
this.engine.hideScreens();
Callers
1
prepareAction
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected