MCPcopy Index your code
hub / github.com/oshi/oshi / getMinor

Method getMinor

oshi-core/src/main/java/oshi/hardware/HWPartition.java:152–154  ·  view source on GitHub ↗

Getter for the field minor . @return Returns the minor device ID.

()

Source from the content-addressed store, hash-verified

150 * @return Returns the minor device ID.
151 */
152 public int getMinor() {
153 return this.minor;
154 }
155
156 /**
157 * <p>

Callers 2

toStringMethod · 0.95
testDisksMethod · 0.80

Calls

no outgoing calls

Tested by 1

testDisksMethod · 0.64