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

Method as_ptr

pulley/src/decode.rs:225–227  ·  view source on GitHub ↗

Get this stream's underlying raw pointer.

(&self)

Source from the content-addressed store, hash-verified

223
224 /// Get this stream's underlying raw pointer.
225 pub fn as_ptr(&self) -> NonNull<u8> {
226 self.0
227 }
228}
229
230impl BytecodeStream for UnsafeBytecodeStream {

Callers 15

add_functionMethod · 0.45
current_pcMethod · 0.45
callMethod · 0.45
call1Method · 0.45
call2Method · 0.45
call3Method · 0.45
call4Method · 0.45
call_indirectMethod · 0.45
xpcaddMethod · 0.45
offsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected