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

Method addRef

lib/validator/formchecker.cpp:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void FormChecker::addRef(const uint32_t FuncIdx) { Refs.emplace(FuncIdx); }
133
134void FormChecker::addLocal(const ValType &V, bool Initialized) {
135 Locals.emplace_back(V);

Callers 2

validateMethod · 0.80
validateConstExprMethod · 0.80

Calls 1

emplaceMethod · 0.45

Tested by

no test coverage detected