MCPcopy
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
7type Analyzer interface {
8 Analyze() (*AnalysisResult, error)
9}
10
11type AnalysisResult struct {
12 Layers []*Layer

Callers 1

TestAnalysisFromArchiveFunction · 0.65

Implementers 1

Imagedive/image/image.go

Calls

no outgoing calls

Tested by

no test coverage detected