| 32 | private: |
| 33 | friend class ACT_TYPE<ACT_NAME, ACT_EXEC_CTX>; |
| 34 | static Response Execute_(const ACT_EXEC_CTX& ctx, SessionContext& stx, Params&& in) |
| 35 | { |
| 36 | (*ctx.ppKernel)->SetCapture(in.active); |
| 37 | return {}; |
| 38 | } |
| 39 | }; |
| 40 | |
| 41 | ACTION_REG(); |
nothing calls this directly
no test coverage detected