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

Method IsSync

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

Source from the content-addressed store, hash-verified

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; }
446 std::optional<uint32_t> &getCallback() noexcept { return DtorCallback; }
447

Callers 1

loadTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected