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

Function is_table

src/toml.hpp:4090–4094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4088 }
4089
4090 TOML_PURE_GETTER
4091 bool is_table() const noexcept
4092 {
4093 return node_ && node_->is_table();
4094 }
4095
4096 TOML_PURE_GETTER
4097 bool is_array() const noexcept

Callers 1

isFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected