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

Method get_block

include/covscript/impl/statement.hpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 }
329
330 statement_block *get_block() const
331 {
332 return this->mBlock;
333 }
334 };
335
336 class statement_default final : public statement_base {

Callers 2

translateMethod · 0.45
dumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected