MCPcopy Index your code
hub / github.com/devspace-sh/devspace / CreateReport

Method CreateReport

pkg/devspace/analyze/analyze.go:38–38  ·  view source on GitHub ↗
(namespace string, options Options)

Source from the content-addressed store, hash-verified

36type Analyzer interface {
37 Analyze(namespace string, options Options) error
38 CreateReport(namespace string, options Options) ([]*ReportItem, error)
39}
40
41// Options is the options to pass to the analyzer

Callers 2

TestCreateReportFunction · 0.95
openURLFunction · 0.65

Implementers 1

analyzerpkg/devspace/analyze/analyze.go

Calls

no outgoing calls

Tested by 1

TestCreateReportFunction · 0.76