Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ getNumImportFuncs
Method
getNumImportFuncs
include/validator/formchecker.h:63–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
auto &getGlobals() { return Globals; }
62
auto &getTags() { return Tags; }
63
uint32_t getNumImportFuncs() const { return NumImportFuncs; }
64
uint32_t getNumImportGlobals() const { return NumImportGlobals; }
65
66
/// Helper function
Callers
1
validate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected