Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ heading
Method
heading
doc/path_table.cpp:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
struct c5 : public column_base
77
{
78
string heading() const { return string(
"<code>root_<br>directory()</code>"
); }
79
string cell_value( const path & p ) const { return p.root_directory().string(); }
80
} o5;
81
Callers
nothing calls this directly
Calls
1
string
Function · 0.50
Tested by
no test coverage detected