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

Method parseStream

api/src/test/java/io/grpc/MetadataTest.java:105–108  ·  view source on GitHub ↗
(InputStream stream)

Source from the content-addressed store, hash-verified

103 }
104
105 @Override
106 public Fish parseStream(InputStream stream) {
107 return ((FakeFishStream) stream).fish;
108 }
109 };
110
111 private static final String LANCE = "lance";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected