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

Function PutString

binaryutil/binaryutil.go:119–121  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

117}
118
119func PutString(s string) []byte {
120 return []byte(s)
121}
122
123func String(b []byte) string {
124 return string(bytes.TrimRight(b, "\x00"))

Callers 2

PutStringMethod · 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…