MCPcopy Create free account
hub / github.com/InferCore/InferCore / TestMemoryStore_GetRequest_NotFound

Function TestMemoryStore_GetRequest_NotFound

internal/requests/memory_test.go:35–41  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

33}
34
35func TestMemoryStore_GetRequest_NotFound(t *testing.T) {
36 st := NewMemoryStore()
37 _, err := st.GetRequest(context.Background(), "missing")
38 if err != ErrNotFound {
39 t.Fatalf("err=%v", err)
40 }
41}

Callers

nothing calls this directly

Calls 2

NewMemoryStoreFunction · 0.85
GetRequestMethod · 0.65

Tested by

no test coverage detected