MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / lazy.rs

File lazy.rs

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

Source from the content-addressed store, hash-verified

1use alloc::boxed::Box;
2use alloc::vec::Vec;
3use core::cell::RefCell;
4use core::hint::cold_path;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected