Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ isMemory
Method
isMemory
include/ast/component/descriptor.h:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
return std::holds_alternative<TableType>(Type);
71
}
72
bool isMemory() const noexcept {
73
return std::holds_alternative<MemoryType>(Type);
74
}
75
bool isGlobal() const noexcept {
76
return std::holds_alternative<GlobalType>(Type);
77
}
Callers
1
validate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected