Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
func
(this *PartialFileWriter) remove() {
273
_ = fsutils.Remove(this.rawWriter.Name())
274
275
SharedPartialRangesQueue.Delete(this.rangePath)
276
277
_ = fsutils.Remove(this.rangePath)
278
}
Callers
1
Close
Method · 0.95
Calls
3
Remove
Method · 0.65
Name
Method · 0.65
Delete
Method · 0.65
Tested by
no test coverage detected