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

Method configFloatGet

src/tscpp/api/Transaction.cc:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

TSHttpTxnConfigFloatGetFunction · 0.85

Tested by

no test coverage detected