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

Method MarshalBinary

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

Source from the content-addressed store, hash-verified

497}
498
499func (f Fractional) MarshalBinary() ([]byte, error) {
500 return writeBinary(FractionalType, f.raw())
501}
502
503func (s String) raw() []byte {
504 return []byte(s.data)

Callers

nothing calls this directly

Calls 2

rawMethod · 0.95
writeBinaryFunction · 0.85

Tested by

no test coverage detected