Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moby/moby
/ loggerWithCache
Struct
loggerWithCache
daemon/logger/loggerutils/cache/local_cache.go:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
type
loggerWithCache
struct
{
60
l logger.Logger
61
cache logger.Logger
62
}
63
64
var
_ logger.SizedLogger = &loggerWithCache{}
65
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected