MCPcopy
hub / github.com/slimtoolkit/slim / Save

Method Save

pkg/report/command_report.go:587–589  ·  view source on GitHub ↗

Save saves the Lint command report data to the configured location

()

Source from the content-addressed store, hash-verified

585
586// Save saves the Lint command report data to the configured location
587func (p *LintCommand) Save() bool {
588 return p.saveInfo(p)
589}

Callers 1

OnCommandFunction · 0.95

Calls 1

saveInfoMethod · 0.80

Tested by

no test coverage detected