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

Method _update

src/cripts/Urls.cc:495–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495bool
496Client::URL::_update()
497{
498 _ensure_initialized(this);
499 path.Flush();
500 query.Flush();
501
502 return _modified;
503}
504
505void
506Remap::From::URL::_initialize()

Callers 2

http_txn_contFunction · 0.80
TSRemapDoRemapFunction · 0.80

Calls 6

DebugOnMethod · 0.80
StringClass · 0.50
FlushMethod · 0.45
debugMethod · 0.45
FailMethod · 0.45

Tested by

no test coverage detected