MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / TestKVIPList_Inspect

Function TestKVIPList_Inspect

internal/iplibrary/ip_list_kv_test.go:212–221  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

210}
211
212func TestKVIPList_Inspect(t *testing.T) {
213 kv, err := iplibrary.NewKVIPList()
214 if err != nil {
215 t.Fatal(err)
216 }
217 err = kv.TestInspect(t)
218 if err != nil {
219 t.Fatal(err)
220 }
221}

Callers

nothing calls this directly

Calls 2

TestInspectMethod · 0.95
NewKVIPListFunction · 0.92

Tested by

no test coverage detected