| 127 | } |
| 128 | |
| 129 | bool |
| 130 | Transaction::configFloatGet(TSOverridableConfigKey conf, float *value) |
| 131 | { |
| 132 | return TS_SUCCESS == TSHttpTxnConfigFloatGet(state_->txn_, conf, value); |
| 133 | } |
| 134 | |
| 135 | bool |
| 136 | Transaction::configStringSet(TSOverridableConfigKey conf, std::string const &value) |
nothing calls this directly
no test coverage detected