Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ parseBytes
Method
parseBytes
api/src/main/java/io/grpc/Metadata.java:87–90 ·
view source on GitHub ↗
(byte[] serialized)
Source
from the content-addressed store, hash-verified
85
}
86
87
@Override
88
public
byte[] parseBytes(byte[] serialized) {
89
return
serialized;
90
}
91
};
92
93
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected