Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
namespace Host {
9
10
bool WasiPollEnvironment::isPollable(Pollable P) noexcept {
11
return PollableMap.at(P);
12
}
13
void WasiPollEnvironment::dropPollable(Pollable P) { PollableMap.erase(P); }
14
namespace {
15
Callers
1
body
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected