(t *testing.T)
| 1065 | } |
| 1066 | |
| 1067 | func TestDecodingLayerMap(t *testing.T) { |
| 1068 | testDecodingLayerContainer(t, gopacket.DecodingLayerMap(nil)) |
| 1069 | } |
| 1070 | |
| 1071 | func TestDecodingLayerSparse(t *testing.T) { |
| 1072 | testDecodingLayerContainer(t, gopacket.DecodingLayerSparse(nil)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…