Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ address
Method
address
lib/system/mmap.cpp:153–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
void *MMap::address() const noexcept {
154
if (!Handle) {
155
return nullptr;
156
}
157
return reinterpret_cast<const Implement *>(Handle)->Address;
158
}
159
160
bool MMap::supported() noexcept { return kSupported; }
161
Callers
1
setPath
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected