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

Method reset

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

Source from the content-addressed store, hash-verified

102 }
103
104 void reset() {
105 free_data();
106 size_ = invalid_size;
107 data_.reset();
108 }
109
110 void reset(vec& that) {
111 free_data();

Callers 15

executeMethod · 0.45
pollMethod · 0.45
create_engineFunction · 0.45
create_storeFunction · 0.45
create_linkerFunction · 0.45
mainFunction · 0.45
SetOnDropMethod · 0.45
helpers.hhFile · 0.45
ValTypeMethod · 0.45
ValTypeClass · 0.45
FuncTypeClass · 0.45

Calls 1

releaseMethod · 0.80

Tested by 1

SetOnDropMethod · 0.36