Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ Erase
Method
Erase
include/cripts/Urls.hpp:342–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
340
String operator[](Segments::size_type ix);
341
342
void
343
Erase(Segments::size_type ix)
344
{
345
auto p = operator[](ix);
346
347
_size -= p.size();
348
p.operator=(
""
);
349
}
350
351
void
352
Erase()
Callers
1
Erase
Method · 0.45
Calls
2
size
Method · 0.45
operator=
Method · 0.45
Tested by
no test coverage detected