MCPcopy Create free account
hub / github.com/google/nftables / String

Function String

binaryutil/binaryutil.go:123–125  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

121}
122
123func String(b []byte) string {
124 return string(bytes.TrimRight(b, "\x00"))
125}

Callers 3

StringMethod · 0.92
StringWithLengthMethod · 0.92
TestOtherTypesFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestOtherTypesFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…