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

Method configIntGet

src/tscpp/api/Transaction.cc:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 return TS_SUCCESS == TSHttpTxnConfigIntSet(state_->txn_, conf, static_cast<TSMgmtInt>(value));
116}
117bool
118Transaction::configIntGet(TSOverridableConfigKey conf, int *value)
119{
120 return TS_SUCCESS == TSHttpTxnConfigIntGet(state_->txn_, conf, reinterpret_cast<TSMgmtInt *>(value));
121}
122
123bool
124Transaction::configFloatSet(TSOverridableConfigKey conf, float value)

Callers

nothing calls this directly

Calls 1

TSHttpTxnConfigIntGetFunction · 0.85

Tested by

no test coverage detected