MCPcopy Index your code
hub / github.com/google/gopacket / BenchmarkDecodingLayerParserSparseIgnorePanic

Function BenchmarkDecodingLayerParserSparseIgnorePanic

layers/decode_test.go:222–224  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

220}
221
222func BenchmarkDecodingLayerParserSparseIgnorePanic(b *testing.B) {
223 benchmarkDecodingLayerParser(b, gopacket.DecodingLayerSparse(nil), true)
224}
225
226func BenchmarkDecodingLayerParserSparseHandlePanic(b *testing.B) {
227 benchmarkDecodingLayerParser(b, gopacket.DecodingLayerSparse(nil), false)

Callers

nothing calls this directly

Calls 2

DecodingLayerSparseTypeAlias · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…