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

Method Warnw

pkg/cache/cache.go:38–38  ·  view source on GitHub ↗
(keyvals ...any)

Source from the content-addressed store, hash-verified

36type Logger interface {
37 Debugw(keyvals ...any)
38 Warnw(keyvals ...any)
39 Infow(keyvals ...any)
40 Errorw(keyvals ...any)
41}

Callers 15

initBucketWithRetryMethod · 0.65
watchReconnectMethod · 0.65
GetMethod · 0.65
SetMethod · 0.65
DeleteMethod · 0.65
PurgeMethod · 0.65
NewFunction · 0.65
UpdateMethod · 0.65
DeleteOtherMethod · 0.65
cacheBundleMethod · 0.65

Implementers 1

nopLoggerpkg/cache/cache.go

Calls

no outgoing calls

Tested by

no test coverage detected