MCPcopy Create free account
hub / github.com/Card-Forge/forge / logHWInfo

Method logHWInfo

forge-gui/src/main/java/forge/gui/GuiBase.java:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 return sb.toString();
61 }
62 public static void logHWInfo() {
63 for (String line : getHWInfo().split("\n")) {
64 Logger.info(line);
65 }
66 }
67
68 public static boolean isNetPlay(IGuiGame game) {
69 if (game != null) {

Callers 2

createMethod · 0.95
mainMethod · 0.95

Calls 2

getHWInfoMethod · 0.95
splitMethod · 0.80

Tested by

no test coverage detected