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

Method _update_current

include/cripts/Certs.hpp:486–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484
485 private:
486 void
487 _update_current() const
488 {
489 if (_san && !_ended) {
490 _current = std::make_tuple(_san->_sans[_index - 1]->sanType(), cripts::Certs::String(*_iter));
491 }
492 }
493
494 void _advance();
495

Callers

nothing calls this directly

Calls 2

sanTypeMethod · 0.80
StringClass · 0.70

Tested by

no test coverage detected