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

Class VMStoreRawPtr

crates/wasmtime/src/runtime/vm.rs:278–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276#[derive(Copy, Clone)]
277#[repr(transparent)]
278struct VMStoreRawPtr(pub NonNull<dyn VMStore>);
279
280// SAFETY: this is the purpose of `VMStoreRawPtr`, see docs above about safe
281// usage.

Callers 2

set_storeMethod · 0.85
newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected