Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wagoodman/dive
/ Analyzer
Interface
Analyzer
dive/image/analyzer.go:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
)
6
7
type
Analyzer
interface
{
8
Analyze() (*AnalysisResult, error)
9
}
10
11
type
AnalysisResult
struct
{
12
Layers []*Layer
Callers
1
TestAnalysisFromArchive
Function · 0.65
Implementers
1
Image
dive/image/image.go
Calls
no outgoing calls
Tested by
no test coverage detected