Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KTH-RPL/dufomap
/ is_boolean
Function
is_boolean
src/toml.hpp:4132–4136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4130
}
4131
4132
TOML_PURE_GETTER
4133
bool is_boolean() const noexcept
4134
{
4135
return node_ && node_->is_boolean();
4136
}
4137
4138
TOML_PURE_GETTER
4139
bool is_date() const noexcept
Callers
1
is
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected