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

Function BenchmarkDecodingLayerParserSparseHandlePanic

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

Source from the content-addressed store, hash-verified

224}
225
226func BenchmarkDecodingLayerParserSparseHandlePanic(b *testing.B) {
227 benchmarkDecodingLayerParser(b, gopacket.DecodingLayerSparse(nil), false)
228}
229
230func BenchmarkDecodingLayerParserArrayIgnorePanic(b *testing.B) {
231 benchmarkDecodingLayerParser(b, gopacket.DecodingLayerArray(nil), true)

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…