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

Function is_array

src/toml.hpp:4096–4100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4094 }
4095
4096 TOML_PURE_GETTER
4097 bool is_array() const noexcept
4098 {
4099 return node_ && node_->is_array();
4100 }
4101
4102 TOML_PURE_GETTER
4103 bool is_value() const noexcept

Callers 1

isFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected