MCPcopy Create free account
hub / github.com/grpc/grpc-java / Utils

Method Utils

benchmarks/src/main/java/io/grpc/benchmarks/Utils.java:74–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 NettyChannelBuilder.DEFAULT_FLOW_CONTROL_WINDOW;
73
74 private Utils() {
75 }
76
77 public static boolean parseBoolean(String value) {
78 return value.isEmpty() || Boolean.parseBoolean(value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected