| 418 | } |
| 419 | |
| 420 | pcre2_match_data * |
| 421 | Context::rxp_commit_match(swoc::TextView const &src) |
| 422 | { |
| 423 | _rxp_src = src; |
| 424 | std::swap(_rxp_active, _rxp_working); |
| 425 | return _rxp_active; |
| 426 | } |
| 427 | |
| 428 | Feature const & |
| 429 | Context::load_txn_var(swoc::TextView const &name) |
no test coverage detected