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

Method Insert

src/cripts/Urls.cc:212–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void
213Url::Path::Insert(Segments::size_type ix, cripts::string_view val)
214{
215 _parser();
216 _modified = true;
217 _segments.insert(_segments.begin() + ix, val);
218}
219
220void
221Url::Path::_parser()

Callers

nothing calls this directly

Calls 2

insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected