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

Function void_var

include/chaiscript/dispatchkit/boxed_value.hpp:466–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 }
465
466 inline Boxed_Value void_var() {
467 static const auto v = Boxed_Value(Boxed_Value::Void_Type());
468 return v;
469 }
470
471 inline Boxed_Value const_var(bool b) {
472 static const auto t = detail::const_var_impl(true);

Callers 15

eval_internalMethod · 0.85
eval_internalMethod · 0.85
eval_internalMethod · 0.85
eval_internalMethod · 0.85
eval_internalMethod · 0.85
eval_internalMethod · 0.85
eval_internalMethod · 0.85
eval_internalMethod · 0.85
eval_internalMethod · 0.85
eval_internalMethod · 0.85
Noop_AST_NodeClass · 0.85
eval_internalMethod · 0.85

Calls 2

Void_TypeClass · 0.85
Boxed_ValueClass · 0.70

Tested by

no test coverage detected