Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
package
util
4
5
func
BytesToString(b []byte) string {
6
return
string(b)
7
}
8
9
func
StringToBytes(s string) []byte {
10
return
[]byte(s)
Callers
15
JSONSetWithArgs
Method · 0.92
cmdString
Function · 0.92
ToLower
Function · 0.92
Scan
Function · 0.92
parsePushNotificationName
Function · 0.92
readFloat
Method · 0.92
readBool
Method · 0.92
readBigInt
Method · 0.92
readStringReply
Method · 0.92
ReadFloat
Method · 0.92
Atoi
Function · 0.70
ParseInt
Function · 0.70
Calls
no outgoing calls
Tested by
3
TestBytesToString
Function · 0.56
TestBytesToStringGC
Function · 0.56
BenchmarkBytesToString
Function · 0.56