MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / revert

Method revert

src/actions/InputModal.ts:167–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 override async revert(): Promise<void> {
168 await Util.callAsync(this.statement.Revert, this.engine);
169 return this.apply();
170 }
171
172 override async didRevert(): Promise<ActionRevertResult> {
173 this.engine.global('_input_just_rolled_back', true);

Callers

nothing calls this directly

Calls 1

applyMethod · 0.95

Tested by

no test coverage detected