Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wagoodman/dive
/ archiveResolver
Struct
archiveResolver
dive/image/docker/archive_resolver.go:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
archiveResolver
struct
{}
11
12
func
NewResolverFromArchive() *archiveResolver {
13
return
&archiveResolver{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected