Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
create
Method · 0.95
main
Method · 0.95
Calls
2
getHWInfo
Method · 0.95
split
Method · 0.80
Tested by
no test coverage detected