Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iChochy/NCE
/ loadNextUnit
Method
loadNextUnit
js/ReadingSystem.js:728–732 ·
view source on GitHub ↗
* 加载下一个单元
()
Source
from the content-addressed store, hash-verified
726
* 加载下一个单元
727
*/
728
loadNextUnit() {
729
if
(this.state.currentUnitIndex < this.state.units.length - 1) {
730
this.loadUnitByIndex(this.state.currentUnitIndex + 1);
731
}
732
}
733
734
/**
735
* 切换循环播放模式
Callers
1
bindNavigation
Method · 0.95
Calls
1
loadUnitByIndex
Method · 0.95
Tested by
no test coverage detected