MCPcopy Create free account
hub / github.com/celer-pkg/celer / newInstallReport

Function newInstallReport

configs/install_report.go:57–63  ·  view source on GitHub ↗
(rootNameVersion string)

Source from the content-addressed store, hash-verified

55}
56
57func newInstallReport(rootNameVersion string) *installReport {
58 return &installReport{
59 rootPort: rootNameVersion,
60 entries: make(map[string]installReportEntry),
61 visitedPorts: make(map[string]bool),
62 }
63}
64
65func (i *installReport) add(port *Port, installedFrom string) {
66 if i == nil || port == nil || port.Name == "" || port.Version == "" {

Callers 2

InstallMethod · 0.85
deployMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected