Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ parseBoolean
Method
parseBoolean
classpath/java/lang/Boolean.java:66–68 ·
view source on GitHub ↗
(String string)
Source
from the content-addressed store, hash-verified
64
}
65
66
public
static
boolean parseBoolean(String string) {
67
return
string != null && string.equalsIgnoreCase(
"true"
);
68
}
69
}
Callers
1
getBoolean
Method · 0.95
Calls
1
equalsIgnoreCase
Method · 0.80
Tested by
no test coverage detected