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

Method as_ptr

tests/all/memory_creator.rs:80–82  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

78 }
79
80 fn as_ptr(&self) -> *mut u8 {
81 self.mem as *mut u8
82 }
83 }
84
85 struct CustomMemoryCreator {

Callers 6

topMethod · 0.45
rangeMethod · 0.45
newMethod · 0.45
dropMethod · 0.45
new_stackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected