Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropbox/godropbox
/ raw
Method
raw
database/sqltypes/sqltypes.go:503–505 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
501
}
502
503
func
(s String) raw() []byte {
504
return
[]byte(s.data)
505
}
506
507
func
(s String) encodeSql(b encoding2.BinaryWriter) {
508
if
s.isUtf8 {
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