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

Method cell_value

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

Source from the content-addressed store, hash-verified

65{
66 string heading() const { return string("<code>root_<br>path()</code>"); }
67 string cell_value(const path& p) const { return p.root_path().string(); }
68} o3;
69
70struct c4 : public column_base

Callers

nothing calls this directly

Calls 2

stringMethod · 0.80
root_pathMethod · 0.80

Tested by

no test coverage detected