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

Method empty

src/toml.hpp:13013–13017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13011 }
13012
13013 TOML_PURE_INLINE_GETTER
13014 bool empty() const noexcept
13015 {
13016 return segments.empty();
13017 }
13018
13019 TOML_PURE_INLINE_GETTER
13020 size_t size() const noexcept

Callers 7

toml.hppFile · 0.80
emptyFunction · 0.80
parse_keyMethod · 0.80
parse_table_headerMethod · 0.80
print_stringMethod · 0.80
clusterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected