MCPcopy Create free account
hub / github.com/badvision/jace / FileNode

Method FileNode

src/main/java/jace/hardware/massStorage/FileNode.java:145–150  ·  view source on GitHub ↗
(ProdosVirtualDisk ownerFilesystem, File file)

Source from the content-addressed store, hash-verified

143 }
144
145 public FileNode(ProdosVirtualDisk ownerFilesystem, File file) throws IOException {
146 super(ownerFilesystem);
147 setPhysicalFile(file);
148 setName(file.getName());
149 allocate();
150 }
151
152 @Override
153 public void doDeallocate() {

Callers

nothing calls this directly

Calls 4

setNameMethod · 0.95
setPhysicalFileMethod · 0.80
allocateMethod · 0.80
getNameMethod · 0.65

Tested by

no test coverage detected