Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ dropPollable
Method
dropPollable
plugins/wasi_poll/env.cpp:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
return PollableMap.at(P);
12
}
13
void WasiPollEnvironment::dropPollable(Pollable P) { PollableMap.erase(P); }
14
namespace {
15
16
Runtime::Instance::ComponentInstance *
Callers
1
body
Method · 0.80
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected