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

Method compress

api/src/main/java/io/grpc/Codec.java:73–76  ·  view source on GitHub ↗
(OutputStream os)

Source from the content-addressed store, hash-verified

71 }
72
73 @Override
74 public OutputStream compress(OutputStream os) {
75 return os;
76 }
77
78 private Identity() {}
79 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected