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

Method size

src/tscore/ArgParser.cc:662–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662size_t
663ArgumentData::size() const noexcept
664{
665 return _values.size();
666}
667
668bool
669ArgumentData::empty() const noexcept

Callers 15

help_messageMethod · 0.45
parseMethod · 0.45
check_optionMethod · 0.45
output_commandMethod · 0.45
output_optionMethod · 0.45
handle_argsFunction · 0.45
append_option_dataMethod · 0.45
ArgParser.ccFile · 0.45
operator==Method · 0.45
ink_memory.ccFile · 0.45
runroot_handlerFunction · 0.45
check_runrootFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected