Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hpp
File · 0.80
empty
Function · 0.80
consume_expected_sequence
Method · 0.80
parse_key
Method · 0.80
parse_table_header
Method · 0.80
print_string
Method · 0.80
cluster
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected