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

Method rollback

src/monogatari.ts:1845–1847  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1843 }
1844
1845 static async rollback (): Promise<void> {
1846 return _rollback(this.asEngine());
1847 }
1848
1849 static shouldProceed ({ userInitiated = false, skip = false, autoPlay = false }): Promise<unknown[]> {
1850 return _shouldProceed(this.asEngine(), { userInitiated, skip, autoPlay });

Callers 15

bindMethod · 0.80
clear.spec.jsFile · 0.80
stop.spec.jsFile · 0.80
play.spec.jsFile · 0.80
functions.spec.jsFile · 0.80
wait.spec.jsFile · 0.80
dialog.spec.jsFile · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected