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

Method Purge

pkg/cache/cache.go:32–32  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

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
35// Logger is a structured logging interface satisfied by *log.Helper from Kratos.

Callers 6

PurgeMethod · 0.65
TestNATSKV_GetSetDeleteFunction · 0.65
PurgeMethod · 0.65
FindOrCreateWorkflowMethod · 0.65

Calls

no outgoing calls

Tested by 3

TestNATSKV_GetSetDeleteFunction · 0.52