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

Method Flush

include/cripts/Urls.hpp:366–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 void Insert(Segments::size_type ix, cripts::string_view val);
365
366 void
367 Flush()
368 {
369 if (_modified) {
370 operator=(GetSV());
371 }
372 }
373
374 private:
375 void _parser();

Callers 2

_updateMethod · 0.45
do_remapFunction · 0.45

Calls

no outgoing calls

Tested by 1

do_remapFunction · 0.36