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

Method start

api/src/test/java/io/grpc/NameResolverTest.java:135–138  ·  view source on GitHub ↗
(Listener2 listener2Arg)

Source from the content-addressed store, hash-verified

133 public void shutdown() {}
134
135 @Override
136 public void start(Listener2 listener2Arg) {
137 listener2[0] = listener2Arg;
138 }
139 };
140 nameResolver.start(mockListener);
141

Callers

nothing calls this directly

Calls 6

newBuilderMethod · 0.95
fromStatusMethod · 0.95
setAddressesOrErrorMethod · 0.80
withDescriptionMethod · 0.80
buildMethod · 0.65
onResultMethod · 0.45

Tested by

no test coverage detected