MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / vec.rs

File vec.rs

crates/tinywasm/src/store/memory/vec.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use alloc::vec::Vec;
2use core::hint::cold_path;
3
4use super::{LinearMemory, checked_effective_addr};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected