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

Method printLVgroups

oshi-core/src/test/java/oshi/SystemInfoTest.java:339–346  ·  view source on GitHub ↗
(List<LogicalVolumeGroup> list)

Source from the content-addressed store, hash-verified

337 }
338
339 private static void printLVgroups(List<LogicalVolumeGroup> list) {
340 if (!list.isEmpty()) {
341 oshi.add("Logical Volume Groups:");
342 for (LogicalVolumeGroup lvg : list) {
343 oshi.add(" " + lvg.toString());
344 }
345 }
346 }
347
348 private static void printFileSystem(FileSystem fileSystem) {
349 oshi.add("File System:");

Callers 1

mainMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected