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

Function unreachable_unchecked

pulley/src/lib.rs:1442–1450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1440
1441#[cfg(feature = "decode")]
1442pub(crate) unsafe fn unreachable_unchecked() -> ! {
1443 #[cfg(debug_assertions)]
1444 unreachable!();
1445
1446 #[cfg(not(debug_assertions))]
1447 unsafe {
1448 core::hint::unreachable_unchecked()
1449 }
1450}

Callers 13

unexpected_eofMethod · 0.85
invalid_opcodeMethod · 0.85
invalid_regMethod · 0.85
funcMethod · 0.85
globalMethod · 0.85
memoryMethod · 0.85
tableMethod · 0.85
tyMethod · 0.85
ctyMethod · 0.85
tyMethod · 0.85
tyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected