MCPcopy Create free account
hub / github.com/bluejekyll/wasmtime-java / load_from_args

Method load_from_args

wasmtime-jni/src/ty/str.rs:63–65  ·  view source on GitHub ↗
(ptr: &mut *const u128)

Source from the content-addressed store, hash-verified

61 }
62
63 unsafe fn load_from_args(ptr: &mut *const u128) -> Self::Abi {
64 unimplemented!();
65 }
66
67 unsafe fn store_to_args(abi: Self::Abi, ptr: *mut u128) {
68 unimplemented!();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected