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

Method Reset

src/cripts/Urls.cc:193–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void
194Url::Path::Reset()
195{
196 Component::Reset();
197
198 _segments.clear();
199 _storage.clear();
200 _size = 0;
201 _modified = false;
202}
203
204void
205Url::Path::Push(cripts::string_view val)

Callers 1

resetMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected