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

Method len

winch/codegen/src/masm.rs:1295–1297  ·  view source on GitHub ↗

Get the length of the [ContextArgs].

(&self)

Source from the content-addressed store, hash-verified

1293
1294 /// Get the length of the [ContextArgs].
1295 pub fn len(&self) -> usize {
1296 self.as_slice().len()
1297 }
1298
1299 /// Get a slice of the context arguments.
1300 pub fn as_slice(&self) -> &[VMContextLoc] {

Callers 3

visit_brMethod · 0.45
visit_br_ifMethod · 0.45
visit_br_tableMethod · 0.45

Calls 1

as_sliceMethod · 0.45

Tested by

no test coverage detected