MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / read_results_from_memory

Method read_results_from_memory

crates/core/src/abi.rs:2291–2298  ·  view source on GitHub ↗
(
        &mut self,
        result: &Option<Type>,
        addr: B::Operand,
        offset: ArchitectureSize,
    )

Source from the content-addressed store, hash-verified

2289 }
2290
2291 fn read_results_from_memory(
2292 &mut self,
2293 result: &Option<Type>,
2294 addr: B::Operand,
2295 offset: ArchitectureSize,
2296 ) {
2297 self.read_fields_from_memory(result, addr, offset)
2298 }
2299
2300 fn read_variant_arms_from_memory<'b>(
2301 &mut self,

Callers 1

callMethod · 0.80

Calls 1

Tested by

no test coverage detected