(t *testing.T)
| 1069 | } |
| 1070 | |
| 1071 | func TestDecodingLayerSparse(t *testing.T) { |
| 1072 | testDecodingLayerContainer(t, gopacket.DecodingLayerSparse(nil)) |
| 1073 | } |
| 1074 | |
| 1075 | func TestDecodingLayerArray(t *testing.T) { |
| 1076 | testDecodingLayerContainer(t, gopacket.DecodingLayerArray(nil)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…