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

Method next

src/monogatari.ts:1748–1750  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1746 }
1747
1748 static next (): Promise<void> {
1749 return _next(this.asEngine());
1750 }
1751
1752 static previous (): Promise<void> {
1753 return _previous(this.asEngine());

Callers 2

runFunction · 0.80
proceedFunction · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected