MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / trashInfoPath

Function trashInfoPath

agent/app/service/recycle_bin.go:255–257  ·  view source on GitHub ↗
(infoDir, entryName string)

Source from the content-addressed store, hash-verified

253}
254
255func trashInfoPath(infoDir, entryName string) string {
256 return path.Join(infoDir, entryName+trashInfoSuffix)
257}
258
259type trashInfo struct {
260 Path string

Callers 4

buildTrashDTOFunction · 0.85
loadRecycleBinDTOFunction · 0.85
allocateTrashEntryNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected