MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / ~vec

Method ~vec

include/wasm.hh:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 ~vec() {
74 free_data();
75 }
76
77 operator bool() const {
78 return bool(size_ != invalid_size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected