MCPcopy Create free account
hub / github.com/apache/trafficserver / operator[]

Method operator[]

include/cripts/Certs.hpp:367–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365 return size();
366 }
367 [[nodiscard]] cripts::Certs::String
368 operator[](size_t index) const
369 {
370 ensureLoaded();
371 if (index >= _data.size()) {
372 return {""};
373 }
374 return {_data[index]};
375 }
376
377 [[nodiscard]] cripts::string Join(const char *delim = ",") const;
378

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected