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

Method invoke

plugins/experimental/txn_box/plugin/src/stats.cc:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124Errata
125Do_stat_define::invoke(Context &)
126{
127 auto &&[idx, errata]{ts::plugin_stat_define(_full_name, _value, _persistent_p)};
128 return std::move(errata);
129}
130
131Rv<Directive::Handle>
132Do_stat_define::load(Config &cfg, CfgStaticData const *, YAML::Node drtv_node, swoc::TextView const &, swoc::TextView const &,

Callers

nothing calls this directly

Calls 4

plugin_stat_defineFunction · 0.85
as_integerMethod · 0.80
extractMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected