Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dropbox/godropbox
/ MarshalBinary
Method
MarshalBinary
database/sqltypes/sqltypes.go:499–501 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
497
}
498
499
func
(f Fractional) MarshalBinary() ([]byte, error) {
500
return
writeBinary(FractionalType, f.raw())
501
}
502
503
func
(s String) raw() []byte {
504
return
[]byte(s.data)
Callers
nothing calls this directly
Calls
2
raw
Method · 0.95
writeBinary
Function · 0.85
Tested by
no test coverage detected