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

Method setExternalized

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

Source from the content-addressed store, hash-verified

289 }
290
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

Callers 2

runRefConvOpMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64