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

Function BenchmarkDecodingLayerParserArrayIgnorePanic

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

Source from the content-addressed store, hash-verified

228}
229
230func BenchmarkDecodingLayerParserArrayIgnorePanic(b *testing.B) {
231 benchmarkDecodingLayerParser(b, gopacket.DecodingLayerArray(nil), true)
232}
233
234func BenchmarkDecodingLayerParserArrayHandlePanic(b *testing.B) {
235 benchmarkDecodingLayerParser(b, gopacket.DecodingLayerArray(nil), false)

Callers

nothing calls this directly

Calls 2

DecodingLayerArrayTypeAlias · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…