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

Method AltsContext

alts/src/main/java/io/grpc/alts/AltsContext.java:30–32  ·  view source on GitHub ↗
(AltsInternalContext wrapped)

Source from the content-addressed store, hash-verified

28 private final AltsInternalContext wrapped;
29
30 AltsContext(AltsInternalContext wrapped) {
31 this.wrapped = wrapped;
32 }
33
34 /**
35 * Creates an {@code AltsContext} for testing purposes.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected