MCPcopy Create free account
hub / github.com/go-pg/pg / BytesToString

Function BytesToString

internal/safe.go:6–8  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

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

Callers 15

parseMethod · 0.92
ScanColumnMethod · 0.92
ScanStringFunction · 0.92
scanIPValueFunction · 0.92
scanIPNetValueFunction · 0.92
ParseTimeFunction · 0.92
ReadIdentifierMethod · 0.92
FirstMethod · 0.92
LastMethod · 0.92
ValueMethod · 0.92
manyQueryMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…