Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ refresh
Method
refresh
src/main/java/jace/hardware/massStorage/DiskNode.java:109–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
public
void
refresh() throws IOException {
110
deallocate();
111
doRefresh();
112
allocate();
113
}
114
115
public
DiskNode getNodeSequence(
int
num) {
116
if
(num == 0) {
Callers
4
checkFile
Method · 0.95
codemirror.js
File · 0.80
setFullscreen
Function · 0.80
setNormal
Function · 0.80
Calls
3
deallocate
Method · 0.95
doRefresh
Method · 0.95
allocate
Method · 0.95
Tested by
no test coverage detected