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

Method len

cranelift/codegen/src/opts.rs:34–36  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

32impl<T: smallvec::Array> generated_code::Length for SmallVec<T> {
33 #[inline]
34 fn len(&self) -> usize {
35 SmallVec::len(self)
36 }
37}
38
39pub(crate) mod generated_code;

Callers 2

nextMethod · 0.45

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected