MCPcopy 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

handleMethod · 0.45
hitMethod · 0.45
missMethod · 0.45
parseMethod · 0.45
~IOSinkMethod · 0.45
processMethod · 0.45
branchMethod · 0.45
~SinkMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected