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

Method Length

include/cripts/Urls.hpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 cripts::string_view::size_type
101 Length()
102 {
103 return GetSV().size();
104 }
105
106 // This is not ideal, but best way I can think of for now to mixin the cripts::string_view mixin class
107 // Remember to add things here when added to the Lulu.hpp file for the mixin class... :/

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected