MCPcopy Create free account
hub / github.com/google/go-cloud / testDecoder

Struct testDecoder

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

Source from the content-addressed store, hash-verified

595}
596
597type testDecoder struct {
598 val any // assume encoded by testEncoder.
599 exactMatch bool
600}
601
602func (d testDecoder) String() string {
603 return fmt.Sprintf("%+v of type %T", d.val, d.val)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected