Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ logURI
Struct
logURI
pkg/cio/io.go:324–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
}
323
324
type
logURI
struct
{
325
config Config
326
}
327
328
func
(l *logURI) Config() Config {
329
return
l.config
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected