MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / len

Method len

crates/tinywasm/src/store/memory/paged.rs:126–128  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

124impl LinearMemory for PagedMemory {
125 #[inline(always)]
126 fn len(&self) -> usize {
127 self.len
128 }
129
130 #[inline(always)]
131 fn grow_to(&mut self, new_len: usize) -> Result<(), crate::Trap> {

Callers 5

grow_toMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
write_allMethod · 0.45
copy_withinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected