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

Method as_integer

plugins/experimental/txn_box/plugin/src/util.cc:354–358  ·  view source on GitHub ↗

namespace

Source from the content-addressed store, hash-verified

352
353} // namespace
354auto
355Feature::as_integer(type_for<INTEGER> invalid) const -> Rv<type_for<INTEGER>>
356{
357 return std::visit(integer_visitor{invalid}, *this);
358}
359// ----
360// Duration conversion support.
361using namespace std::chrono;

Callers 6

invokeMethod · 0.80
URL_Loc_SetFunction · 0.80
Req_Loc_SetFunction · 0.80
load_statusMethod · 0.80
operator()Method · 0.80
invokeMethod · 0.80

Calls 1

visitFunction · 0.85

Tested by

no test coverage detected