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

Method is_boxed_dyn_error

crates/core/src/error/error.rs:1593–1595  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1591 }
1592
1593 fn is_boxed_dyn_error(&self) -> bool {
1594 !self.is_oom()
1595 }
1596
1597 pub(crate) fn oom_size(inner: NonNull<u8>) -> usize {
1598 debug_assert!(Self::is_oom_ptr(inner));

Callers 1

dropMethod · 0.80

Calls 1

is_oomMethod · 0.45

Tested by

no test coverage detected