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

Class ByteCountOutOfBounds

crates/wasmtime/src/runtime/vm/byte_count.rs:239–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238#[derive(Clone, Copy, Debug, PartialEq, Eq)]
239pub struct ByteCountOutOfBounds(ByteCountOutOfBoundsKind);
240
241impl fmt::Display for ByteCountOutOfBounds {
242 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 7

new_rounded_upMethod · 0.85
new_rounded_up_u64Method · 0.85
checked_addMethod · 0.85
checked_subMethod · 0.85
checked_mulMethod · 0.85
checked_divMethod · 0.85
checked_remMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected