Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ Marshal
Method
Marshal
codec.go:32–32 · codec.go::baseCodec.Marshal
(v any)
Source
from the content-addressed store, hash-verified
30
// the encoding
package
and is not part of the core functionality.
31
type
baseCodec
interface
{
32
Marshal(v any) (mem.BufferSlice, error)
33
Unmarshal(data mem.BufferSlice, v any) error
34
}
35
Callers
15
parseServiceConfig
Function · 0.65
Marshal
Method · 0.65
encode
Function · 0.65
lbConfigFor
Function · 0.65
constructRequest
Function · 0.65
makeGoodResponse
Function · 0.65
compareRequest
Function · 0.65
TestGetRequestMetadataCacheExpiry
Method · 0.65
TestTokenInfoFromResponse
Method · 0.65
createTestJWT
Function · 0.65
createInvalidJWT
Function · 0.65
createTestJWT
Function · 0.65
Implementers
7
codecV0Bridge
codec.go
errProtoCodec
encoding/encoding_test.go
countingProtoCodec
encoding/encoding_test.go
codecV2
encoding/proto/proto.go
byteBufCodec
benchmark/worker/main.go
byteCodec
internal/xds/clients/grpctransport/grp
byteCodec
internal/xds/clients/xdsclient/test/ad
Calls
no outgoing calls
Tested by
15
lbConfigFor
Function · 0.52
makeGoodResponse
Function · 0.52
compareRequest
Function · 0.52
TestGetRequestMetadataCacheExpiry
Method · 0.52
TestTokenInfoFromResponse
Method · 0.52
createTestJWT
Function · 0.52
createInvalidJWT
Function · 0.52
createTestJWT
Function · 0.52
TestCheckCertRevocation
Function · 0.52
TestUnmarshalJSON_MarshalUnmarshal
Method · 0.52
TestToLoadReport
Method · 0.52
newClientMessageEntry
Method · 0.52