Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ stat
Class
stat
src/operations.cpp:2448–2448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2446
{
2447
#ifdef BOOST_FILESYSTEM_POSIX_API
2448
typedef struct stat struct_stat;
2449
return sizeof(struct_stat().st_size) > 4;
2450
#else
2451
return true;
Callers
9
operations.cpp
File · 0.70
create_directory
Function · 0.70
equivalent_v3
Function · 0.70
equivalent_v4
Function · 0.70
file_size
Function · 0.70
hard_link_count
Function · 0.70
time_t creation_time
Method · 0.70
time_t last_write_time
Method · 0.70
last_write_time
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected