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

Method cache

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

Source from the content-addressed store, hash-verified

803
804 #[cfg(all(feature = "cache", any(feature = "cranelift", feature = "winch")))]
805 pub(crate) fn cache(&self) -> Option<&wasmtime_cache::Cache> {
806 self.config().cache.as_ref()
807 }
808
809 pub(crate) fn signatures(&self) -> &TypeRegistry {
810 &self.inner.signatures

Callers

nothing calls this directly

Calls 2

as_refMethod · 0.45
configMethod · 0.45

Tested by

no test coverage detected