| 122 | } |
| 123 | |
| 124 | Errata |
| 125 | Do_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 | |
| 131 | Rv<Directive::Handle> |
| 132 | Do_stat_define::load(Config &cfg, CfgStaticData const *, YAML::Node drtv_node, swoc::TextView const &, swoc::TextView const &, |
nothing calls this directly
no test coverage detected