MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / remove

Method remove

internal/caches/writer_partial_file.go:272–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270}
271
272func (this *PartialFileWriter) remove() {
273 _ = fsutils.Remove(this.rawWriter.Name())
274
275 SharedPartialRangesQueue.Delete(this.rangePath)
276
277 _ = fsutils.Remove(this.rangePath)
278}

Callers 1

CloseMethod · 0.95

Calls 3

RemoveMethod · 0.65
NameMethod · 0.65
DeleteMethod · 0.65

Tested by

no test coverage detected