MCPcopy Create free account
hub / github.com/blobcache/blobcache / TestAPI

Function TestAPI

src/bclocal/api_test.go:17–23  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

15)
16
17func TestAPI(t *testing.T) {
18 t.Parallel()
19 blobcachetests.ServiceAPI(t, func(t testing.TB) blobcache.Service {
20 svc := bclocal.NewTestService(t)
21 return svc
22 })
23}
24
25func TestMultiNode(t *testing.T) {
26 t.Parallel()

Callers

nothing calls this directly

Calls 2

ServiceAPIFunction · 0.92
NewTestServiceFunction · 0.92

Tested by

no test coverage detected