MCPcopy 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
223func read(r io.Reader, v interface{}) error {
224 return binary.Read(r, binary.BigEndian, v)
225}

Callers 15

sfHeaderDecodeMethod · 0.85
getSampleInfoMethod · 0.85
decodeFlowCounterFunction · 0.85
unmarshalMethod · 0.85
unmarshalMethod · 0.85
unmarshalMethod · 0.85
unmarshalMethod · 0.85
unmarshalMethod · 0.85
unmarshalMethod · 0.85
unmarshalMethod · 0.85
unmarshalMethod · 0.85
unmarshalMethod · 0.85

Calls 1

ReadMethod · 0.80

Tested by

no test coverage detected