Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
type
testEncoder
struct
{
238
val any
239
}
240
241
func
(e *testEncoder) EncodeNil() { e.val = nil }
242
func
(e *testEncoder) EncodeBool(x bool) { e.val = x }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected