Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
fs::path bad_create_directory_path;
273
void bad_create_directory()
274
{
275
fs::create_directory(bad_create_directory_path);
276
}
277
278
void bad_equivalent()
279
{
Callers
nothing calls this directly
Calls
1
create_directory
Function · 0.50
Tested by
no test coverage detected