Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runRefConvOp
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64