MCPcopy 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
278void bad_equivalent()
279{
280 fs::equivalent("no-such-path", "another-not-present-path");
281}
282
283fs::path bad_remove_dir;
284void bad_remove()

Callers

nothing calls this directly

Calls 1

equivalentFunction · 0.85

Tested by

no test coverage detected