MCPcopy
hub / github.com/harness/harness / Debug

Method Debug

app/gitspace/types/types.go:36–36  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

34type GitspaceLogger interface {
35 Info(msg string)
36 Debug(msg string)
37 Warn(msg string)
38 Error(msg string, err error)
39}

Callers 15

streamMethod · 0.65
ProxyBlobMethod · 0.65
putBlobToLocalMethod · 0.65
pushMethod · 0.65
getCredsFunction · 0.65
getAuthorizationMethod · 0.65
GetLatestTagMetadataMethod · 0.65

Implementers 3

wrapZerologapp/pipeline/logger/zerolog.go
ZerologAdapterapp/gitspace/types/types.go
LogStreamInstanceapp/gitspace/logutil/stateful_logger.g

Calls

no outgoing calls

Tested by

no test coverage detected