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

Method raw

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

Source from the content-addressed store, hash-verified

481}
482
483func (f Fractional) raw() []byte {
484 return []byte(f)
485}
486
487func (f Fractional) encodeSql(b encoding2.BinaryWriter) {
488 if _, err := b.Write(f.raw()); err != nil {

Callers 4

ConvertAssignFunction · 0.95
encodeSqlMethod · 0.95
encodeAsciiMethod · 0.95
MarshalBinaryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected