| 279 | } |
| 280 | |
| 281 | bool is_null() const noexcept |
| 282 | { |
| 283 | return (m_data->m_data_ptr == nullptr && m_data->m_const_data_ptr == nullptr); |
| 284 | } |
| 285 | |
| 286 | const chaiscript::detail::Any & get() const noexcept |
| 287 | { |
nothing calls this directly
no outgoing calls
no test coverage detected