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

Method setName

plugins/experimental/rate_limit/limiter.h:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388 }
389
390 void
391 setName(const std::string &name)
392 {
393 _name = name;
394 }
395
396protected:
397 std::string _name = "_limiter_"; // The name/descr (e.g. SNI name) of this limiter

Callers 1

TSRemapNewInstanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected