MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / is_unreachable

Method is_unreachable

crates/parser/src/visit.rs:584–586  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

582 }
583
584 fn is_unreachable(&self) -> bool {
585 self.validator.get_control_frame(0).is_none_or(|f| f.unreachable)
586 }
587
588 fn get_ctx_idx(&self, depth: u32) -> Option<usize> {
589 let len = self.ctx_stack.len();

Callers 2

emit_br_table_padMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected