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

Method write_params_to_memory

crates/core/src/abi.rs:2090–2097  ·  view source on GitHub ↗
(
        &mut self,
        params: impl IntoIterator<Item = &'b Type, IntoIter: ExactSizeIterator>,
        addr: B::Operand,
        offset: ArchitectureSize,
    )

Source from the content-addressed store, hash-verified

2088 }
2089
2090 fn write_params_to_memory<'b>(
2091 &mut self,
2092 params: impl IntoIterator<Item = &'b Type, IntoIter: ExactSizeIterator>,
2093 addr: B::Operand,
2094 offset: ArchitectureSize,
2095 ) {
2096 self.write_fields_to_memory(params, addr, offset);
2097 }
2098
2099 fn write_variant_arms_to_memory<'b>(
2100 &mut self,

Callers 1

callMethod · 0.80

Calls 1

Tested by

no test coverage detected