MCPcopy
hub / github.com/redis/go-redis / BytesToString

Function BytesToString

internal/util/safe.go:5–7  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

3package util
4
5func BytesToString(b []byte) string {
6 return string(b)
7}
8
9func StringToBytes(s string) []byte {
10 return []byte(s)

Callers 15

JSONSetWithArgsMethod · 0.92
cmdStringFunction · 0.92
ToLowerFunction · 0.92
ScanFunction · 0.92
readFloatMethod · 0.92
readBoolMethod · 0.92
readBigIntMethod · 0.92
readStringReplyMethod · 0.92
ReadFloatMethod · 0.92
AtoiFunction · 0.70
ParseIntFunction · 0.70

Calls

no outgoing calls

Tested by 3

TestBytesToStringFunction · 0.56
TestBytesToStringGCFunction · 0.56
BenchmarkBytesToStringFunction · 0.56