Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ addType
Method
addType
lib/validator/formchecker.cpp:96–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void FormChecker::addType(const AST::SubType &Type) { Types.push_back(&Type); }
97
98
void FormChecker::addFunc(const uint32_t TypeIdx, const bool IsImport) {
99
if (Types.size() > TypeIdx) {
Callers
4
validate
Method · 0.45
validate
Method · 0.45
instantiate
Method · 0.45
instantiate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected