MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / parent

Method parent

src/toml.hpp:11226–11230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected