Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Edgio/vflow
/ read
Function
read
sflow/decoder.go:223–225 ·
view source on GitHub ↗
(r io.Reader, v interface{})
Source
from the content-addressed store, hash-verified
221
}
222
223
func
read(r io.Reader, v
interface
{}) error {
224
return
binary.Read(r, binary.BigEndian, v)
225
}
Callers
15
sfHeaderDecode
Method · 0.85
getSampleInfo
Method · 0.85
decodeFlowCounter
Function · 0.85
unmarshal
Method · 0.85
unmarshal
Method · 0.85
unmarshal
Method · 0.85
unmarshal
Method · 0.85
unmarshal
Method · 0.85
unmarshal
Method · 0.85
unmarshal
Method · 0.85
unmarshal
Method · 0.85
unmarshal
Method · 0.85
Calls
1
Read
Method · 0.80
Tested by
no test coverage detected