| 247 | if (entries.isSome()) { |
| 248 | cout << "Begin listing sandbox `" << path.string() << "`:" << endl; |
| 249 | foreach (const string& entry, entries.get()) { |
| 250 | logFile(path, entry); |
| 251 | } |
| 252 | cout << "End sandbox" << endl; |
| 253 | } else { |
| 254 | cout << "Could not list sandbox `" << path.string() |
nothing calls this directly
no test coverage detected