MCPcopy Create free account
hub / github.com/perkeep/perkeep / TestPathsOfSignerTarget_Memory

Function TestPathsOfSignerTarget_Memory

pkg/index/index_test.go:97–99  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

95}
96
97func TestPathsOfSignerTarget_Memory(t *testing.T) {
98 indextest.PathsOfSignerTarget(t, index.NewMemoryIndex)
99}
100
101func TestFiles_Memory(t *testing.T) {
102 indextest.Files(t, index.NewMemoryIndex)

Callers

nothing calls this directly

Calls 1

PathsOfSignerTargetFunction · 0.92

Tested by

no test coverage detected