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

Method join

plugins/experimental/txn_box/plugin/src/util.cc:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104} // namespace
105
106Feature
107Feature::join(Context &ctx, const swoc::TextView &glue) const
108{
109 return {ctx.render_transient([=](BufferWriter &w) { std::visit(join_visitor{w, glue}, *this); })};
110}
111// ----
112/** Parse a string that consists of counts and units.
113 *

Callers 15

runFunction · 0.80
encodeFunction · 0.80
gen_testsFunction · 0.80
test_rpcserver.ccFile · 0.80
test_Bravo.ccFile · 0.80
test_Extendible.ccFile · 0.80
test_AcidPtr.ccFile · 0.80
Scan_CacheFunction · 0.80
__testAccessLogMethod · 0.80

Calls 2

visitFunction · 0.85
render_transientMethod · 0.80

Tested by 15

encodeFunction · 0.64
gen_testsFunction · 0.64
__testAccessLogMethod · 0.64
_configure_h2_serverMethod · 0.64
_configure_h2_clientMethod · 0.64
runMethod · 0.64
__init__Method · 0.64
updateCompilerForTestMethod · 0.64
checkAccessLogMethod · 0.64