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

Method size

include/cripts/Certs.hpp:355–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 }
354
355 [[nodiscard]] size_t
356 size() const
357 {
358 ensureLoaded();
359 return _data.size();
360 }
361
362 [[nodiscard]] size_t
363 Size() const

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected