Helper functions of context conversions.
| 10 | |
| 11 | // Helper functions of context conversions. |
| 12 | inline const auto *toCallFrameCxt(const Runtime::CallingFrame *Cxt) noexcept { |
| 13 | return reinterpret_cast<const WasmEdge_CallingFrameContext *>(Cxt); |
| 14 | } |
| 15 | |
| 16 | Expect<int32_t> BpfBufferPoll::body(const Runtime::CallingFrame &Frame, |
| 17 | handle_t program, int32_t fd, |
no outgoing calls
no test coverage detected