MCPcopy Create free account
hub / github.com/boostorg/filesystem / root_path

Method root_path

src/path.cpp:281–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 // decomposition -------------------------------------------------------------------//
280
281 path path::root_path() const
282 {
283 path temp(root_name());
284 if (!root_directory().empty()) temp.m_pathname += root_directory().c_str();
285 return temp;
286 }
287
288 path path::root_name() const
289 {

Callers 8

mainFunction · 0.80
test_decompositionsFunction · 0.80
absolute_testsFunction · 0.80
canonical_basic_testsFunction · 0.80
platform_specific_testsFunction · 0.80
canonicalFunction · 0.80
cell_valueMethod · 0.80

Calls

no outgoing calls

Tested by 5

test_decompositionsFunction · 0.64
absolute_testsFunction · 0.64
canonical_basic_testsFunction · 0.64
platform_specific_testsFunction · 0.64