MCPcopy Create free account
hub / github.com/oshi/oshi / printSensors

Method printSensors

oshi-core/src/test/java/oshi/SystemInfoTest.java:311–313  ·  view source on GitHub ↗
(Sensors sensors)

Source from the content-addressed store, hash-verified

309 }
310
311 private static void printSensors(Sensors sensors) {
312 oshi.add("Sensors: " + sensors.toString());
313 }
314
315 private static void printPowerSources(List<PowerSource> list) {
316 StringBuilder sb = new StringBuilder("Power Sources: ");

Callers 1

mainMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected