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

Method getCallback

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

Source from the content-addressed store, hash-verified

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; }
445 std::optional<uint32_t> &getDestructor() noexcept { return Dtor; }

Callers 2

loadTypeMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64