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

Method encodeSql

database/sqltypes/sqltypes.go:487–491  ·  view source on GitHub ↗
(b encoding2.BinaryWriter)

Source from the content-addressed store, hash-verified

485}
486
487func (f Fractional) encodeSql(b encoding2.BinaryWriter) {
488 if _, err := b.Write(f.raw()); err != nil {
489 panic(err)
490 }
491}
492
493func (f Fractional) encodeAscii(b encoding2.BinaryWriter) {
494 if _, err := b.Write(f.raw()); err != nil {

Callers

nothing calls this directly

Calls 2

rawMethod · 0.95
WriteMethod · 0.45

Tested by

no test coverage detected