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

Method rxp_commit_match

plugins/experimental/txn_box/plugin/src/Context.cc:420–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420pcre2_match_data *
421Context::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
428Feature const &
429Context::load_txn_var(swoc::TextView const &name)

Callers 2

operator()Method · 0.80
operator()Method · 0.80

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected