MCPcopy
hub / github.com/dropbox/godropbox / MakeString

Function MakeString

database/sqltypes/sqltypes.go:69–71  ·  view source on GitHub ↗

MakeString makes a String value from a []byte.

(b []byte)

Source from the content-addressed store, hash-verified

67
68// MakeString makes a String value from a []byte.
69func MakeString(b []byte) Value {
70 return Value{String{b, false}}
71}
72
73// MakeUtf8String makes a String value from a []byte.
74func MakeUtf8String(s string) Value {

Callers 2

TestStringFunction · 0.85
TestBuildValueMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestStringFunction · 0.68
TestBuildValueMethod · 0.68