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

Function BenchmarkDecodingLayerParserArrayHandlePanic

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

Source from the content-addressed store, hash-verified

232}
233
234func BenchmarkDecodingLayerParserArrayHandlePanic(b *testing.B) {
235 benchmarkDecodingLayerParser(b, gopacket.DecodingLayerArray(nil), false)
236}
237
238func BenchmarkDecodingLayerParserMapIgnorePanic(b *testing.B) {
239 benchmarkDecodingLayerParser(b, gopacket.DecodingLayerMap(nil), true)

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…