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

Method configStringSet

src/tscpp/api/Transaction.cc:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135bool
136Transaction::configStringSet(TSOverridableConfigKey conf, std::string const &value)
137{
138 return TS_SUCCESS == TSHttpTxnConfigStringSet(state_->txn_, conf, const_cast<TSMgmtString>(value.data()), value.length());
139}
140
141bool
142Transaction::configStringGet(TSOverridableConfigKey conf, std::string &value)

Callers

nothing calls this directly

Calls 3

TSHttpTxnConfigStringSetFunction · 0.85
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected