MCPcopy Create free account
hub / github.com/apache/arrow / RandomDirectoryPath

Method RandomDirectoryPath

cpp/src/arrow/filesystem/azurefs_test.cc:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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); }

Callers 4

TestFromUriAbfsMethod · 0.80
TestMovePathFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected