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

Method parse

lib/swoc/src/swoc_ip.cc:204–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204bool
205IPEndpoint::parse(std::string_view const &str) {
206 if (IPSrv srv; srv.load(TextView(str).trim_if(&isspace))) {
207 this->assign(srv);
208 return true;
209 }
210 return false;
211}
212
213socklen_t
214IPEndpoint::size() const {

Callers 3

IPEndpointMethod · 0.95
doxygen.pyFile · 0.45
traverseMethod · 0.45

Calls 3

assignMethod · 0.95
TextViewClass · 0.85
loadMethod · 0.45

Tested by

no test coverage detected