Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ bad_equivalent
Function
bad_equivalent
test/operations_test.cpp:278–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
278
void bad_equivalent()
279
{
280
fs::equivalent(
"no-such-path"
,
"another-not-present-path"
);
281
}
282
283
fs::path bad_remove_dir;
284
void bad_remove()
Callers
nothing calls this directly
Calls
1
equivalent
Function · 0.85
Tested by
no test coverage detected