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

Method getName

oshi-core/src/main/java/oshi/PlatformEnum.java:95–97  ·  view source on GitHub ↗

Gets the friendly name of the platform @return the friendly name of the platform

()

Source from the content-addressed store, hash-verified

93 * @return the friendly name of the platform
94 */
95 public String getName() {
96 return this.name;
97 }
98
99 /**
100 * Gets the friendly name of the specified JNA Platform type

Callers

nothing calls this directly

Calls 2

getValueMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected