MCPcopy 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}
13void WasiPollEnvironment::dropPollable(Pollable P) { PollableMap.erase(P); }
14namespace {
15
16Runtime::Instance::ComponentInstance *

Callers 1

bodyMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected