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

Method cell_value

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

Source from the content-addressed store, hash-verified

89{
90 string heading() const { return string("<code>parent_<br>path()</code>"); }
91 string cell_value(const path& p) const { return p.parent_path().string(); }
92} o7;
93
94struct c8 : public column_base

Callers

nothing calls this directly

Calls 2

stringMethod · 0.80
parent_pathMethod · 0.80

Tested by

no test coverage detected