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

Method ptr

cranelift/jit/src/compiled_blob.rs:91–93  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

89 }
90
91 pub(crate) fn ptr(&self) -> *const u8 {
92 self.ptr
93 }
94
95 pub(crate) fn size(&self) -> usize {
96 self.size

Callers 5

get_addressMethod · 0.45
get_finalized_dataMethod · 0.45
define_function_bytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected