Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ setAddrI64
Method
setAddrI64
include/ast/component/type.h:449–449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
448
bool isAddrI64() const noexcept { return AddrI64; }
449
void setAddrI64(bool V) noexcept { AddrI64 = V; }
450
451
private:
452
// Destructor is sync or not. True for sync, false for async.
Callers
1
loadType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected