Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ast
Method · 0.45
Calls
4
root
Method · 0.45
to_string
Method · 0.45
get_block
Method · 0.45
usable
Method · 0.45
Tested by
no test coverage detected