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

Method setCacheUrl

src/tscpp/api/Transaction.cc:273–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273bool
274Transaction::setCacheUrl(const string &cache_url)
275{
276 TSReturnCode res = TSCacheUrlSet(state_->txn_, cache_url.c_str(), cache_url.length());
277 return (res == TS_SUCCESS);
278}
279
280void
281Transaction::setSkipRemapping(int flag)

Callers

nothing calls this directly

Calls 3

TSCacheUrlSetFunction · 0.85
c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected