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

Method configFind

src/tscpp/api/Transaction.cc:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

TSHttpTxnConfigFindFunction · 0.85
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected