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

Method size

include/cripts/Certs.hpp:520–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518 }
519
520 [[nodiscard]] size_t
521 size() const
522 {
523 size_t total = 0;
524
525 for (const auto *san : _sans) {
526 total += san->Size();
527 }
528 return total;
529 }
530
531 [[nodiscard]] size_t
532 Size() const

Callers 12

CongestionClass · 0.45
sizeMethod · 0.45
operator[]Method · 0.45
_getterMethod · 0.45
AddMethod · 0.45
MetricStorageClass · 0.45
TSRemapNewInstanceFunction · 0.45
DataMethod · 0.45
SizeMethod · 0.45
LengthMethod · 0.45
SizeMethod · 0.45
LengthMethod · 0.45

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected