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

Method getGlobalExportNum

include/runtime/instance/module.h:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 return static_cast<uint32_t>(ExpTags.size());
199 }
200 uint32_t getGlobalExportNum() const noexcept {
201 std::shared_lock Lock(Mutex);
202 return static_cast<uint32_t>(ExpGlobals.size());
203 }
204
205 /// Get the exported instances maps.
206 template <typename CallbackT>

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected