MCPcopy 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

contextMethod · 0.45
is_boxed_dyn_errorMethod · 0.45
unpackMethod · 0.45
unpack_mutMethod · 0.45
into_anyhowMethod · 0.45
downcastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected