| 313 | } |
| 314 | |
| 315 | std::string ObjectPath() const { return ContainerPath(kObjectName); } |
| 316 | std::string NotFoundObjectPath() const { return ContainerPath("not-found"); } |
| 317 | |
| 318 | std::string RandomDirectoryPath(RNG& rng) const { |
no outgoing calls
no test coverage detected