Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
Rv<RxpOp>
143
RxpOp::load(Config &cfg, Expr &&expr, Rxp::Options opt)
144
{
145
return {std::visit(Cfg_Visitor(cfg, opt), expr._raw)};
146
}
147
148
int
149
RxpOp::operator()(Context &ctx, swoc::TextView src)
Callers
1
parse_unquoted_expr
Method · 0.45
Calls
2
visit
Function · 0.85
Cfg_Visitor
Class · 0.85
Tested by
no test coverage detected