Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
void
194
Url::Path::Reset()
195
{
196
Component::Reset();
197
198
_segments.clear();
199
_storage.clear();
200
_size = 0;
201
_modified = false;
202
}
203
204
void
205
Url::Path::Push(cripts::string_view val)
Callers
1
reset
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected