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

Method cell_value

doc/path_table.cpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
82struct c6 : public column_base

Callers

nothing calls this directly

Calls 2

stringMethod · 0.80
root_directoryMethod · 0.80

Tested by

no test coverage detected