Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ close
Method
close
src/minecraft/reader/RegionFile.java:260–263 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
258
}
259
260
@Override
261
public
void
close() {
262
RegionFile.this.write(this.x, this.z, this.buf, this.count);
263
}
264
}
265
266
/* write a chunk at (x,z) with length bytes of data to disk */
Callers
nothing calls this directly
Calls
1
write
Method · 0.65
Tested by
no test coverage detected