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

Method setType

src/main/java/jace/hardware/massStorage/DiskNode.java:246–248  ·  view source on GitHub ↗

@param type the type to set

(EntryType type)

Source from the content-addressed store, hash-verified

244 * @param type the type to set
245 */
246 public void setType(EntryType type) {
247 this.type = type;
248 }
249
250 /**
251 * @return the name

Callers 2

initMethod · 0.45
getTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected