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

Method willRollback

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

Source from the content-addressed store, hash-verified

18
19 // TODO: Haven't decided if this is really necesary but sort of makes sense
20 static override async willRollback(): Promise<void> {
21 Wait.blocking = false;
22 }
23
24 // When null, we wait for the click instead of a specific amount of time
25 time: number | null = null;

Callers 1

willRollbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected