Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc-ecosystem/grpc-gateway
/ dummyEncoder
Struct
dummyEncoder
runtime/marshaler_registry_test.go:124–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
type
dummyEncoder
struct
{}
125
126
func
(dummyEncoder) Encode(
interface
{}) error {
127
return
errors.New(
"not implemented"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected