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

Method shouldProceed

src/actions/Wait.ts:13–17  ·  view source on GitHub ↗
(_options?: { userInitiated?: boolean; skip?: boolean; autoPlay?: boolean; })

Source from the content-addressed store, hash-verified

11 }
12
13 static override async shouldProceed(_options?: { userInitiated?: boolean; skip?: boolean; autoPlay?: boolean; }): Promise<void> {
14 if (this.blocking) {
15 throw new Error('Wait period has not ended');
16 }
17 }
18
19 // TODO: Haven't decided if this is really necesary but sort of makes sense
20 static override async willRollback(): Promise<void> {

Callers 1

shouldProceedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected