Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
483
func
(f Fractional) raw() []byte {
484
return
[]byte(f)
485
}
486
487
func
(f Fractional) encodeSql(b encoding2.BinaryWriter) {
488
if
_, err := b.Write(f.raw()); err != nil {
Callers
4
ConvertAssign
Function · 0.95
encodeSql
Method · 0.95
encodeAscii
Method · 0.95
MarshalBinary
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected