Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ is_oom
Method
is_oom
crates/core/src/error/error.rs:1589–1591 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1587
}
1588
1589
fn is_oom(&self) -> bool {
1590
Self::is_oom_ptr(self.inner)
1591
}
1592
1593
fn is_boxed_dyn_error(&self) -> bool {
1594
!self.is_oom()
Callers
7
context
Method · 0.45
is_boxed_dyn_error
Method · 0.45
unpack
Method · 0.45
unpack_mut
Method · 0.45
into_boxed_dyn_core_error
Method · 0.45
into_anyhow
Method · 0.45
downcast
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected