Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ bad_directory_size
Function
bad_directory_size
test/operations_test.cpp:267–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
void bad_directory_size()
268
{
269
fs::file_size(fs::current_path());
270
}
271
272
fs::path bad_create_directory_path;
273
void bad_create_directory()
Callers
nothing calls this directly
Calls
2
file_size
Function · 0.50
current_path
Function · 0.50
Tested by
no test coverage detected