Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
void FormChecker::addRef(const uint32_t FuncIdx) { Refs.emplace(FuncIdx); }
133
134
void FormChecker::addLocal(const ValType &V, bool Initialized) {
135
Locals.emplace_back(V);
Callers
2
validate
Method · 0.80
validateConstExpr
Method · 0.80
Calls
1
emplace
Method · 0.45
Tested by
no test coverage detected