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

Function TestDecodingLayerSparse

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

Source from the content-addressed store, hash-verified

1069}
1070
1071func TestDecodingLayerSparse(t *testing.T) {
1072 testDecodingLayerContainer(t, gopacket.DecodingLayerSparse(nil))
1073}
1074
1075func TestDecodingLayerArray(t *testing.T) {
1076 testDecodingLayerContainer(t, gopacket.DecodingLayerArray(nil))

Callers

nothing calls this directly

Calls 2

DecodingLayerSparseTypeAlias · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…