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

Method dump

sources/instance/statement.cpp:229–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 void statement_expression::dump(std::ostream &o) const
230 {
231 o << "< Expression: ";
232 compiler_type::dump_expr(mTree.root(), o);
233 o << " >\n";
234 }
235
236 void statement_import::run_impl()
237 {

Callers 1

dump_astMethod · 0.45

Calls 4

rootMethod · 0.45
to_stringMethod · 0.45
get_blockMethod · 0.45
usableMethod · 0.45

Tested by

no test coverage detected