| 153 | } |
| 154 | |
| 155 | bool |
| 156 | Transaction::configFind(std::string const &name, TSOverridableConfigKey *conf, TSRecordDataType *type) |
| 157 | { |
| 158 | return TS_SUCCESS == TSHttpTxnConfigFind(name.data(), name.length(), conf, type); |
| 159 | } |
| 160 | |
| 161 | void |
| 162 | Transaction::resume() |
nothing calls this directly
no test coverage detected