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

Method didApply

src/actions/Wait.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 override async didApply(): Promise<ActionApplyResult> {
49 return { advance: typeof this.time === 'number' };
50 }
51
52 override async didRevert(): Promise<ActionRevertResult> {
53 return { advance: true, step: true };

Callers 3

applyMethod · 0.45
revertMethod · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected