MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / compile_block_body

Method compile_block_body

compiler/src/modules/parser/stmt.rs:312–312  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

310
311 pub(super) fn compile_block(&mut self) { self.compile_block_inner(false); }
312 pub(super) fn compile_block_body(&mut self) { self.compile_block_inner(true); }
313
314 /* Compiles Indent/Dedent block; is_body=true stops after ReturnValue to skip dead code. */
315 fn compile_block_inner(&mut self, is_body: bool) {

Callers 1

compile_bodyMethod · 0.80

Calls 1

compile_block_innerMethod · 0.80

Tested by

no test coverage detected