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

Method ok

lib/system/mmap.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54 }
55 bool ok() const noexcept { return Address != MAP_FAILED; }
56};
57#elif WASMEDGE_OS_WINDOWS
58static inline bool kSupported = true;

Callers 1

MMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected