| 135 | string_view_t path::__stem() const { return parser::separate_filename(__filename()).first; } |
| 136 | |
| 137 | string_view_t path::__extension() const { return parser::separate_filename(__filename()).second; } |
| 138 | |
| 139 | //////////////////////////////////////////////////////////////////////////// |
| 140 | // path.gen |
nothing calls this directly
no test coverage detected