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

Function if

src/path.cpp:1051–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049 }
1050#endif
1051 else if (fs::detail::is_directory_separator(path[2]))
1052 {
1053 // The path starts with three directory separators, which is interpreted as a root directory followed by redundant separators
1054 return 0;
1055 }
1056 else
1057 {
1058 // case "//net {/}"

Callers 1

operations.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected