Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ lexically_proximate_test
Function
lexically_proximate_test
test/relative_test.cpp:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void lexically_proximate_test()
91
{
92
cout <<
"lexically_proximate_test..."
<< endl;
93
// paths unrelated
94
BOOST_TEST(path(
"a/b/c"
).lexically_proximate(
"x"
) ==
"a/b/c"
);
95
}
96
97
} // unnamed namespace
98
Callers
1
test_main
Function · 0.85
Calls
2
lexically_proximate
Method · 0.80
path
Function · 0.70
Tested by
no test coverage detected