Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
func
Int32(b []byte) int32 {
116
return
*(*int32)(unsafe.Pointer(&b[0]))
117
}
118
119
func
PutString(s string) []byte {
120
return
[]byte(s)
Callers
2
Int32
Method · 0.92
TestOtherTypes
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestOtherTypes
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…