MCPcopy
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
145func (b *readBuffer) Read() byte {
146 c := b.Bytes[b.pos]
147 b.pos++
148 return c
149}
150
151func (b *readBuffer) Next(n int) []byte {
152 s := b.Bytes[b.pos : b.pos+n]

Callers 7

deserializeMethod · 0.95
deserializeMethod · 0.95
ListenerEbpfFunction · 0.80
dnsWorkerFunction · 0.80
readMemMethod · 0.80
initPerfMapFunction · 0.80
streamEventsWorkerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected