(clashRoot string)
| 249 | } |
| 250 | |
| 251 | func trashInfoDir(clashRoot string) string { |
| 252 | return path.Join(clashRoot, recycleBinInfoSubdir) |
| 253 | } |
| 254 | |
| 255 | func trashInfoPath(infoDir, entryName string) string { |
| 256 | return path.Join(infoDir, entryName+trashInfoSuffix) |
no outgoing calls
no test coverage detected