Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/evilsocket/opensnitch
/ Read
Method
Read
daemon/netlink/socket_linux.go:145–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
}
144
145
func
(b *readBuffer) Read() byte {
146
c := b.Bytes[b.pos]
147
b.pos++
148
return
c
149
}
150
151
func
(b *readBuffer) Next(n int) []byte {
152
s := b.Bytes[b.pos : b.pos+n]
Callers
7
deserialize
Method · 0.95
deserialize
Method · 0.95
ListenerEbpf
Function · 0.80
dnsWorker
Function · 0.80
readMem
Method · 0.80
initPerfMap
Function · 0.80
streamEventsWorker
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected