Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monogatari/Monogatari
/ willRevert
Method
willRevert
src/actions/End.ts:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
override
async
willRevert(): Promise<void> {
71
throw
new
Error(
'End action is not reversible'
);
72
}
73
}
74
75
export
default End;
Callers
1
revert
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected