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

Method isShared

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

Source from the content-addressed store, hash-verified

72 /// Getter and setter for limit mode.
73 bool hasMax() const noexcept { return static_cast<uint8_t>(Type) & 0x01U; }
74 bool isShared() const noexcept { return static_cast<uint8_t>(Type) & 0x02U; }
75 bool is32() const noexcept { return static_cast<uint8_t>(Type) < 0x04U; }
76 bool is64() const noexcept { return !is32(); }
77 AddressType getAddrType() const noexcept {

Callers 8

validateMethod · 0.45
matchLimitFunction · 0.45
WasmEdge_LimitIsSharedFunction · 0.45
WasmEdge_LimitIsEqualFunction · 0.45
loadLimitMethod · 0.45
serializeLimitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected