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

Method proceed

src/monogatari.ts:1841–1843  ·  view source on GitHub ↗
({ userInitiated = false, skip = false, autoPlay = false } = {})

Source from the content-addressed store, hash-verified

1839 }
1840
1841 static async proceed ({ userInitiated = false, skip = false, autoPlay = false } = {}): Promise<void> {
1842 return _proceed(this.asEngine(), { userInitiated, skip, autoPlay });
1843 }
1844
1845 static async rollback (): Promise<void> {
1846 return _rollback(this.asEngine());

Callers 15

bindMethod · 0.95
bindMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
bindMethod · 0.80
timerFnFunction · 0.80
skipFunction · 0.80
previousFunction · 0.80
clear.spec.jsFile · 0.80
stop.spec.jsFile · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected