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

Struct processor

pkg/app/sensor/artifact/artifact.go:283–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283type processor struct {
284 seReport *report.SensorReport
285 artifactsDirName string
286 // Extra files to put into the artifacts archive before exiting.
287 artifactsExtra []string
288 origPathMap map[string]struct{}
289}
290
291func NewProcessor(seReport *report.SensorReport, artifactsDirName string, artifactsExtra []string) Processor {
292 return &processor{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected