Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
479
func
(n Numeric) MarshalBinary() ([]byte, error) {
480
return
writeBinary(NumericType, n.raw())
481
}
482
483
func
(f Fractional) raw() []byte {
484
return
[]byte(f)
Callers
nothing calls this directly
Calls
2
raw
Method · 0.95
writeBinary
Function · 0.85
Tested by
no test coverage detected