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

Function begin

src/toml.hpp:3295–3299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3293 using const_iterator = std::vector<path_component>::const_iterator;
3294
3295 TOML_PURE_INLINE_GETTER
3296 iterator begin() noexcept
3297 {
3298 return components_.begin();
3299 }
3300
3301 TOML_PURE_INLINE_GETTER
3302 iterator end() noexcept

Callers 1

subpathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected