| 164 | } |
| 165 | |
| 166 | bool |
| 167 | cripts::Control::Base::_get(cripts::Context *context) const |
| 168 | { |
| 169 | return TSHttpTxnCntlGet(context->state.txnp, _ctrl); |
| 170 | } |
| 171 | |
| 172 | void |
| 173 | cripts::Control::Base::_set(cripts::Context *context, bool value) |
nothing calls this directly
no test coverage detected