MCPcopy Create free account
hub / github.com/apache/trafficserver / configIntSet

Method configIntSet

src/tscpp/api/Transaction.cc:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

TSHttpTxnConfigIntSetFunction · 0.85

Tested by

no test coverage detected