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

Method isPollable

plugins/wasi_poll/env.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace Host {
9
10bool WasiPollEnvironment::isPollable(Pollable P) noexcept {
11 return PollableMap.at(P);
12}
13void WasiPollEnvironment::dropPollable(Pollable P) { PollableMap.erase(P); }
14namespace {
15

Callers 1

bodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected