| 11224 | } |
| 11225 | |
| 11226 | TOML_EXTERNAL_LINKAGE |
| 11227 | path path::parent() const |
| 11228 | { |
| 11229 | return truncated(1); |
| 11230 | } |
| 11231 | |
| 11232 | TOML_EXTERNAL_LINKAGE |
| 11233 | path path::leaf(size_t n) const |
nothing calls this directly
no outgoing calls
no test coverage detected