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

Method custom_code_memory

crates/wasmtime/src/engine.rs:814–816  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

812
813 #[cfg(feature = "runtime")]
814 pub(crate) fn custom_code_memory(&self) -> Option<&Arc<dyn CustomCodeMemory>> {
815 self.config().custom_code_memory.as_ref()
816 }
817
818 #[cfg(target_has_atomic = "64")]
819 pub(crate) fn epoch_counter(&self) -> &AtomicU64 {

Callers 3

custom_alignmentMethod · 0.80
newMethod · 0.80

Calls 2

as_refMethod · 0.45
configMethod · 0.45

Tested by

no test coverage detected