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

Method load

plugins/experimental/txn_box/plugin/src/Rxp.cc:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142Rv<RxpOp>
143RxpOp::load(Config &cfg, Expr &&expr, Rxp::Options opt)
144{
145 return {std::visit(Cfg_Visitor(cfg, opt), expr._raw)};
146}
147
148int
149RxpOp::operator()(Context &ctx, swoc::TextView src)

Callers 1

parse_unquoted_exprMethod · 0.45

Calls 2

visitFunction · 0.85
Cfg_VisitorClass · 0.85

Tested by

no test coverage detected