MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / is_empty

Method is_empty

cranelift/frontend/src/ssa.rs:79–84  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77
78impl SideEffects {
79 fn is_empty(&self) -> bool {
80 let Self {
81 instructions_added_to_blocks,
82 } = self;
83 instructions_added_to_blocks.is_empty()
84 }
85}
86
87#[derive(Clone)]

Callers 15

subtestFunction · 0.45
subtestFunction · 0.45
runFunction · 0.45
update_testFunction · 0.45
subtestFunction · 0.45
subtestFunction · 0.45
subtestFunction · 0.45
runMethod · 0.45
subtestFunction · 0.45
subtestFunction · 0.45
subtestFunction · 0.45
subtestFunction · 0.45

Calls

no outgoing calls

Tested by 12

subtestFunction · 0.36
subtestFunction · 0.36
update_testFunction · 0.36
subtestFunction · 0.36
subtestFunction · 0.36
subtestFunction · 0.36
runMethod · 0.36
subtestFunction · 0.36
subtestFunction · 0.36
subtestFunction · 0.36
subtestFunction · 0.36
subtestFunction · 0.36