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

Function BenchmarkDecodingLayerParserMapHandlePanic

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

Source from the content-addressed store, hash-verified

240}
241
242func BenchmarkDecodingLayerParserMapHandlePanic(b *testing.B) {
243 benchmarkDecodingLayerParser(b, gopacket.DecodingLayerMap(nil), false)
244}
245
246func benchmarkDecodingLayerContainer(b *testing.B, dlc gopacket.DecodingLayerContainer) {
247 decoded := make([]gopacket.LayerType, 0, 20)

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…