MCPcopy Create free account
hub / github.com/covscript/covscript / repl_run_impl

Method repl_run_impl

sources/instance/statement.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 void statement_expression::repl_run_impl()
224 {
225 const var &result = context->instance->parse_expr(mTree.root());
226 std::cout << "Result: " << result.to_string() << std::endl;
227 }
228
229 void statement_expression::dump(std::ostream &o) const
230 {

Callers

nothing calls this directly

Calls 3

parse_exprMethod · 0.80
rootMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected