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

Method build

api/src/main/java/io/grpc/NameResolver.java:702–704  ·  view source on GitHub ↗

Builds an Args. @since 1.21.0

()

Source from the content-addressed store, hash-verified

700 * @since 1.21.0
701 */
702 public Args build() {
703 return new Args(this);
704 }
705 }
706
707 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected