MCPcopy
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
503func (s String) raw() []byte {
504 return []byte(s.data)
505}
506
507func (s String) encodeSql(b encoding2.BinaryWriter) {
508 if s.isUtf8 {

Callers 4

ConvertAssignFunction · 0.95
encodeSqlMethod · 0.95
encodeAsciiMethod · 0.95
MarshalBinaryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected