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

Function bad_create_directory

test/operations_test.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271
272fs::path bad_create_directory_path;
273void bad_create_directory()
274{
275 fs::create_directory(bad_create_directory_path);
276}
277
278void bad_equivalent()
279{

Callers

nothing calls this directly

Calls 1

create_directoryFunction · 0.50

Tested by

no test coverage detected