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

Function trashInfoDir

agent/app/service/recycle_bin.go:251–253  ·  view source on GitHub ↗
(clashRoot string)

Source from the content-addressed store, hash-verified

249}
250
251func trashInfoDir(clashRoot string) string {
252 return path.Join(clashRoot, recycleBinInfoSubdir)
253}
254
255func trashInfoPath(infoDir, entryName string) string {
256 return path.Join(infoDir, entryName+trashInfoSuffix)

Callers 3

collectTrashEntriesFunction · 0.85
loadRecycleBinDTOFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected