MCPcopy Index your code
hub / github.com/google/go-cloud / failDecoder

Struct failDecoder

docstore/driver/codec_test.go:685–685  ·  view source on GitHub ↗

All of failDecoder's methods return failure.

Source from the content-addressed store, hash-verified

683
684// All of failDecoder's methods return failure.
685type failDecoder struct{}
686
687func (failDecoder) String() string { return "failDecoder" }
688func (failDecoder) AsNull() bool { return false }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected