MCPcopy 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
153void *MMap::address() const noexcept {
154 if (!Handle) {
155 return nullptr;
156 }
157 return reinterpret_cast<const Implement *>(Handle)->Address;
158}
159
160bool MMap::supported() noexcept { return kSupported; }
161

Callers 1

setPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected