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

Method release

crates/c-api/include/wasm.hh:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 auto release() -> T* {
100 size_ = invalid_size;
101 return data_.release();
102 }
103
104 void reset() {
105 free_data();

Callers 15

vecMethod · 0.80
resetMethod · 0.80
ValMethod · 0.80
copyMethod · 0.80
capi_releaseFunction · 0.80
ExternRefMethod · 0.80
set_dataMethod · 0.80
FuncMethod · 0.80
wrapMethod · 0.80
func_newMethod · 0.80
func_wrapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected