| 316 | std::string NotFoundObjectPath() const { return ContainerPath("not-found"); } |
| 317 | |
| 318 | std::string RandomDirectoryPath(RNG& rng) const { |
| 319 | return ContainerPath(RandomChars(32, rng)); |
| 320 | } |
| 321 | |
| 322 | // Utilities |
| 323 | static std::string RandomContainerName(RNG& rng) { return RandomChars(32, rng); } |
no outgoing calls
no test coverage detected