MCPcopy
hub / github.com/gin-gonic/gin / rawBytesToStr

Function rawBytesToStr

internal/bytesconv/bytesconv_test.go:21–23  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

19)
20
21func rawBytesToStr(b []byte) string {
22 return string(b)
23}
24
25func rawStrToBytes(s string) []byte {
26 return []byte(s)

Callers 2

TestBytesToStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected