MCPcopy Index your code
hub / github.com/dropbox/godropbox / raw

Method raw

database/sqltypes/sqltypes.go:209–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207// InnerValue defines methods that need to be supported by all non-null value types.
208type InnerValue interface {
209 raw() []byte
210 encodeSql(encoding2.BinaryWriter)
211 encodeAscii(encoding2.BinaryWriter)
212 MarshalBinary() ([]byte, error)

Callers 2

RawMethod · 0.65
StringMethod · 0.65

Implementers 1

Stringdatabase/sqltypes/sqltypes.go

Calls

no outgoing calls

Tested by

no test coverage detected