| 4100 | } |
| 4101 | |
| 4102 | TOML_PURE_GETTER |
| 4103 | bool is_value() const noexcept |
| 4104 | { |
| 4105 | return node_ && node_->is_value(); |
| 4106 | } |
| 4107 | |
| 4108 | TOML_PURE_GETTER |
| 4109 | bool is_string() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected