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

Method feature_scope

plugins/experimental/txn_box/plugin/src/Config.cc:829–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829Config::ActiveFeatureScope
830Config::feature_scope(ActiveType const &ex_type)
831{
832 ActiveFeatureScope scope(*this);
833 _active_feature._ref_p = false;
834 _active_feature._type = ex_type;
835 return scope;
836}
837
838Config::ActiveCaptureScope
839Config::capture_scope(unsigned int count, unsigned int line_no)

Callers 5

parse_expr_with_modsMethod · 0.95
loadMethod · 0.80
loadMethod · 0.80
load_caseMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected