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

Method as_slice

winch/codegen/src/masm.rs:1300–1305  ·  view source on GitHub ↗

Get a slice of the context arguments.

(&self)

Source from the content-addressed store, hash-verified

1298
1299 /// Get a slice of the context arguments.
1300 pub fn as_slice(&self) -> &[VMContextLoc] {
1301 match self {
1302 Self::VMContext(a) => a.as_slice(),
1303 Self::CalleeAndCallerVMContext(a) => a.as_slice(),
1304 }
1305 }
1306}
1307
1308#[derive(Copy, Clone, Debug)]

Callers 5

lenMethod · 0.45
finalizeMethod · 0.45
store_implMethod · 0.45
assign_context_argsMethod · 0.45
cleanupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected