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

Method isGlobal

include/ast/component/descriptor.h:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 return std::holds_alternative<MemoryType>(Type);
74 }
75 bool isGlobal() const noexcept {
76 return std::holds_alternative<GlobalType>(Type);
77 }
78 bool isTag() const noexcept { return std::holds_alternative<TagType>(Type); }
79
80private:

Callers 1

validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected