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

Method inner_mut

winch/codegen/src/stack.rs:460–462  ·  view source on GitHub ↗

Get a mutable reference to the inner stack representation.

(&mut self)

Source from the content-addressed store, hash-verified

458
459 /// Get a mutable reference to the inner stack representation.
460 pub fn inner_mut(&mut self) -> &mut SmallVec<[Val; 64]> {
461 &mut self.inner
462 }
463
464 /// Get a reference to the inner stack representation.
465 pub fn inner(&self) -> &SmallVec<[Val; 64]> {

Callers 2

drop_lastMethod · 0.80
spill_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected