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

Function TestDecodingLayerMap

layers/decode_test.go:1067–1069  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1065}
1066
1067func TestDecodingLayerMap(t *testing.T) {
1068 testDecodingLayerContainer(t, gopacket.DecodingLayerMap(nil))
1069}
1070
1071func TestDecodingLayerSparse(t *testing.T) {
1072 testDecodingLayerContainer(t, gopacket.DecodingLayerSparse(nil))

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…