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

Method mmap

crates/wasmtime/src/runtime/code_memory.rs:286–288  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

284 /// Returns a reference to the underlying `MmapVec` this memory owns.
285 #[inline]
286 pub fn mmap(&self) -> &MmapVec {
287 &self.mmap
288 }
289
290 /// Returns the contents of the text section of the ELF executable this
291 /// represents.

Callers 1

register_debug_imageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected