MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / TestArrayContainerUnsupportedType

Function TestArrayContainerUnsupportedType

arraycontainer_test.go:122–128  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

120}
121
122func TestArrayContainerUnsupportedType(t *testing.T) {
123 a := container(newArrayContainer())
124 testContainerPanics(t, a)
125
126 b := container(newBitmapContainer())
127 testContainerPanics(t, b)
128}
129
130func testContainerPanics(t *testing.T, c container) {
131 f := &struct {

Callers

nothing calls this directly

Calls 4

containerInterface · 0.85
newArrayContainerFunction · 0.85
testContainerPanicsFunction · 0.85
newBitmapContainerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…