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

Function appendUTF8String

internal/arg.go:55–58  ·  view source on GitHub ↗
(dst []byte, src []byte)

Source from the content-addressed store, hash-verified

53}
54
55func appendUTF8String(dst []byte, src []byte) []byte {
56 dst = append(dst, src...)
57 return dst
58}

Callers 1

AppendArgFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected