Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ reset
Method
reset
plugins/experimental/inliner/html-parser.h:108–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
107
AttributeParser() {}
108
void
109
reset()
110
{
111
state_ = Attribute::kPreName;
112
attributes.clear();
113
}
114
115
bool
116
isValidName(char c) const
Callers
8
handle
Method · 0.45
hit
Method · 0.45
miss
Method · 0.45
parse
Method · 0.45
~IOSink
Method · 0.45
process
Method · 0.45
branch
Method · 0.45
~Sink
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected