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

Method isExternalized

include/common/types.h:293–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 void setExternalized() noexcept { Inner.Data.Externalize = 1U; }
292 void setInternalized() noexcept { Inner.Data.Externalize = 0U; }
293 bool isExternalized() noexcept { return Inner.Data.Externalize != 0U; }
294
295private:
296 union {

Callers 6

invokeMethod · 0.80
runRefTestOpMethod · 0.80
runBrOnCastOpMethod · 0.80
proxyRefTestMethod · 0.80
proxyRefCastMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64