MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / Delete

Method Delete

pkg/cache/cache.go:31–31  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

29 Get(ctx context.Context, key string) (T, bool, error)
30 Set(ctx context.Context, key string, value T) error
31 Delete(ctx context.Context, key string) error
32 Purge(ctx context.Context) error
33}
34

Callers 5

GetMethod · 0.65
DeleteMethod · 0.65
TestNATSKV_GetSetDeleteFunction · 0.65

Calls

no outgoing calls

Tested by 3

TestNATSKV_GetSetDeleteFunction · 0.52