MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / FuzzICMPDecoder

Function FuzzICMPDecoder

packet/decoder_test.go:266–271  ·  view source on GitHub ↗
(f *testing.F)

Source from the content-addressed store, hash-verified

264}
265
266func FuzzICMPDecoder(f *testing.F) {
267 f.Fuzz(func(t *testing.T, data []byte) {
268 icmpDecoder := NewICMPDecoder()
269 icmpDecoder.Decode(RawPacket{Data: data})
270 })
271}

Callers

nothing calls this directly

Calls 2

DecodeMethod · 0.95
NewICMPDecoderFunction · 0.85

Tested by

no test coverage detected