MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / is_null

Method is_null

include/chaiscript/dispatchkit/boxed_value.hpp:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected