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

Struct testEncoder

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

Source from the content-addressed store, hash-verified

235}
236
237type testEncoder struct {
238 val any
239}
240
241func (e *testEncoder) EncodeNil() { e.val = nil }
242func (e *testEncoder) EncodeBool(x bool) { e.val = x }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected