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

Function Int32

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

Source from the content-addressed store, hash-verified

113}
114
115func Int32(b []byte) int32 {
116 return *(*int32)(unsafe.Pointer(&b[0]))
117}
118
119func PutString(s string) []byte {
120 return []byte(s)

Callers 2

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