| 35 | }; |
| 36 | |
| 37 | struct c0 : public column_base |
| 38 | { |
| 39 | string heading() const { return string("<code>string()</code>"); } |
| 40 | string cell_value( const path & p ) const { return p.string(); } |
| 41 | } o0; |
| 42 | |
| 43 | struct c1 : public column_base |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected