MCPcopy 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

checkFileMethod · 0.95
codemirror.jsFile · 0.80
setFullscreenFunction · 0.80
setNormalFunction · 0.80

Calls 3

deallocateMethod · 0.95
doRefreshMethod · 0.95
allocateMethod · 0.95

Tested by

no test coverage detected