MCPcopy 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
96void FormChecker::addType(const AST::SubType &Type) { Types.push_back(&Type); }
97
98void FormChecker::addFunc(const uint32_t TypeIdx, const bool IsImport) {
99 if (Types.size() > TypeIdx) {

Callers 4

validateMethod · 0.45
validateMethod · 0.45
instantiateMethod · 0.45
instantiateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected