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

Function bad_remove

test/operations_test.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283fs::path bad_remove_dir;
284void bad_remove()
285{
286 fs::remove(bad_remove_dir);
287}
288
289void bad_space()
290{

Callers

nothing calls this directly

Calls 1

removeFunction · 0.50

Tested by

no test coverage detected