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

Method empty

include/chaiscript/dispatchkit/any.hpp:144–147  ·  view source on GitHub ↗

queries

Source from the content-addressed store, hash-verified

142
143 // queries
144 bool empty() const
145 {
146 return !bool(m_data);
147 }
148
149 const std::type_info & type() const
150 {

Callers 15

parse_numberMethod · 0.45
NumMethod · 0.45
IdMethod · 0.45
process_hexMethod · 0.45
process_octalMethod · 0.45
Dot_Fun_ArrayMethod · 0.45
Inline_ContainerMethod · 0.45
pretty_printMethod · 0.45
format_parametersMethod · 0.45
eval_functionFunction · 0.45
Fun_Call_AST_NodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected