Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
apply
Method · 0.45
revert
Method · 0.45
run
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected