| 121 | } |
| 122 | |
| 123 | bool |
| 124 | Transaction::configFloatSet(TSOverridableConfigKey conf, float value) |
| 125 | { |
| 126 | return TS_SUCCESS == TSHttpTxnConfigFloatSet(state_->txn_, conf, static_cast<TSMgmtFloat>(value)); |
| 127 | } |
| 128 | |
| 129 | bool |
| 130 | Transaction::configFloatGet(TSOverridableConfigKey conf, float *value) |
nothing calls this directly
no test coverage detected