Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
func
rawBytesToStr(b []byte) string {
22
return
string(b)
23
}
24
25
func
rawStrToBytes(s string) []byte {
26
return
[]byte(s)
Callers
2
TestBytesToString
Function · 0.85
BenchmarkBytesConvBytesToStrRaw
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected