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

Method GlobalInstance

include/runtime/instance/global.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22class GlobalInstance {
23public:
24 GlobalInstance() = delete;
25 GlobalInstance(const AST::GlobalType &GType,
26 ValVariant Val = uint128_t(0U)) noexcept
27 : GlobType(GType), Value(Val) {

Callers

nothing calls this directly

Calls 5

uint128_tClass · 0.85
isNumTypeMethod · 0.80
getValTypeMethod · 0.80
isNullableRefTypeMethod · 0.80
isNullMethod · 0.80

Tested by

no test coverage detected