Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ byteBufCodec
Struct
byteBufCodec
benchmark/worker/main.go:53–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
)
52
53
type
byteBufCodec
struct
{
54
}
55
56
func
(byteBufCodec) Marshal(v any) ([]byte, error) {
57
b, ok := v.(*[]byte)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected