Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ body
Method
body
plugins/wasi_poll/func.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
namespace Host {
10
11
Expect<void> Drop::body(Pollable P) {
12
Env.dropPollable(P);
13
return {};
14
}
15
16
Expect<List<bool>> PollOneoff::body(List<Pollable> In) {
17
std::vector<bool> Res;
Callers
nothing calls this directly
Calls
2
dropPollable
Method · 0.80
isPollable
Method · 0.80
Tested by
no test coverage detected