Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/grpc/grpc-java
/ parseBoolean
Method
parseBoolean
benchmarks/src/main/java/io/grpc/benchmarks/Utils.java:77–79 ·
view source on GitHub ↗
(String value)
Source
from the content-addressed store, hash-verified
75
}
76
77
public
static
boolean parseBoolean(String value) {
78
return
value.isEmpty() || Boolean.parseBoolean(value);
79
}
80
81
/**
82
* Parse a {@link SocketAddress} from the given string.
Callers
15
DnsNameResolver
Class · 0.80
ManagedChannelReference
Class · 0.80
setUp
Method · 0.80
GrpclbState
Class · 0.80
getFlag
Method · 0.80
parseArgs
Method · 0.80
parseArgs
Method · 0.80
parseArgs
Method · 0.80
parseArgs
Method · 0.80
parseArgs
Method · 0.80
main
Method · 0.80
main
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
6
setUp
Method · 0.64
parseArgs
Method · 0.64
parseArgs
Method · 0.64
parseArgs
Method · 0.64
parseArgs
Method · 0.64
parseArgs
Method · 0.64