| 110 | } |
| 111 | |
| 112 | bool |
| 113 | Transaction::configIntSet(TSOverridableConfigKey conf, int value) |
| 114 | { |
| 115 | return TS_SUCCESS == TSHttpTxnConfigIntSet(state_->txn_, conf, static_cast<TSMgmtInt>(value)); |
| 116 | } |
| 117 | bool |
| 118 | Transaction::configIntGet(TSOverridableConfigKey conf, int *value) |
| 119 | { |
nothing calls this directly
no test coverage detected