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

Method MarshalBinary

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

Source from the content-addressed store, hash-verified

477}
478
479func (n Numeric) MarshalBinary() ([]byte, error) {
480 return writeBinary(NumericType, n.raw())
481}
482
483func (f Fractional) raw() []byte {
484 return []byte(f)

Callers

nothing calls this directly

Calls 2

rawMethod · 0.95
writeBinaryFunction · 0.85

Tested by

no test coverage detected