MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / getDestructor

Method getDestructor

include/ast/component/type.h:441–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 ResourceType(bool Sync) noexcept : DtorSync(Sync) {}
440
441 std::optional<uint32_t> getDestructor() const noexcept { return Dtor; }
442 std::optional<uint32_t> getCallback() const noexcept { return DtorCallback; }
443
444 bool IsSync() noexcept { return DtorSync; }

Callers 4

validateMethod · 0.80
loadTypeMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64