MCPcopy Create free account
hub / github.com/aptly-dev/aptly / Free

Method Free

task/resources.go:102–106  ·  view source on GitHub ↗

Free removes given resources from dependency set

(resources []string)

Source from the content-addressed store, hash-verified

100
101// Free removes given resources from dependency set
102func (r *ResourcesSet) Free(resources []string) {
103 for _, resource := range resources {
104 delete(r.set, resource)
105 }
106}

Callers 1

consumerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected