Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KTH-RPL/dufomap
/ type
Function
type
src/toml.hpp:4084–4088 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4082
}
4083
4084
TOML_PURE_GETTER
4085
node_type type() const noexcept
4086
{
4087
return node_ ? node_->type() : node_type::none;
4088
}
4089
4090
TOML_PURE_GETTER
4091
bool is_table() const noexcept
Callers
3
value_exact
Method · 0.85
value
Method · 0.85
value_or
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected