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

Function BenchmarkDecodingLayerParserMapIgnorePanic

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

Source from the content-addressed store, hash-verified

236}
237
238func BenchmarkDecodingLayerParserMapIgnorePanic(b *testing.B) {
239 benchmarkDecodingLayerParser(b, gopacket.DecodingLayerMap(nil), true)
240}
241
242func BenchmarkDecodingLayerParserMapHandlePanic(b *testing.B) {
243 benchmarkDecodingLayerParser(b, gopacket.DecodingLayerMap(nil), false)

Callers

nothing calls this directly

Calls 2

DecodingLayerMapTypeAlias · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…