(b *testing.B)
| 240 | } |
| 241 | |
| 242 | func BenchmarkDecodingLayerParserMapHandlePanic(b *testing.B) { |
| 243 | benchmarkDecodingLayerParser(b, gopacket.DecodingLayerMap(nil), false) |
| 244 | } |
| 245 | |
| 246 | func benchmarkDecodingLayerContainer(b *testing.B, dlc gopacket.DecodingLayerContainer) { |
| 247 | decoded := make([]gopacket.LayerType, 0, 20) |
nothing calls this directly
no test coverage detected
searching dependent graphs…