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

Function ~Ref

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

Source from the content-addressed store, hash-verified

481protected:
482 Ref() = default;
483 ~Ref() = default;
484
485public:
486 auto copy() const -> own<Ref>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected