Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/go-cloud
/ EncodeBool
Method
EncodeBool
docstore/driver/codec.go:51–51 ·
view source on GitHub ↗
(bool)
Source
from the content-addressed store, hash-verified
49
// These methods all encode and store a single Go value.
50
EncodeNil()
51
EncodeBool(bool)
52
EncodeString(string)
53
EncodeInt(int64)
54
EncodeUint(uint64)
Callers
1
encode
Function · 0.65
Implementers
5
encoder
docstore/memdocstore/codec.go
encoder
docstore/awsdynamodb/v2/codec.go
encoder
docstore/gcpfirestore/codec.go
testEncoder
docstore/driver/codec_test.go
encoder
docstore/mongodocstore/codec.go
Calls
no outgoing calls
Tested by
no test coverage detected