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

Function get

src/toml.hpp:6292–6296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6290 }
6291
6292 TOML_PURE_INLINE_GETTER
6293 node* get(size_t index) noexcept
6294 {
6295 return index < elems_.size() ? elems_[index].get() : nullptr;
6296 }
6297
6298 TOML_PURE_INLINE_GETTER
6299 const node* get(size_t index) const noexcept

Callers 4

containsFunction · 0.70

Calls 2

emptyFunction · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected