MCPcopy 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

9namespace Host {
10
11Expect<void> Drop::body(Pollable P) {
12 Env.dropPollable(P);
13 return {};
14}
15
16Expect<List<bool>> PollOneoff::body(List<Pollable> In) {
17 std::vector<bool> Res;

Callers

nothing calls this directly

Calls 2

dropPollableMethod · 0.80
isPollableMethod · 0.80

Tested by

no test coverage detected