Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Function · 0.80
proceed
Function · 0.80
Calls
1
asEngine
Method · 0.95
Tested by
no test coverage detected