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

Method previous

src/monogatari.ts:1752–1754  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1750 }
1751
1752 static previous (): Promise<void> {
1753 return _previous(this.asEngine());
1754 }
1755
1756 static resetGame (): Promise<unknown[]> {
1757 return _resetGame(this.asEngine());

Callers 1

rollbackFunction · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected