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

Function user_arg_set

plugins/experimental/txn_box/plugin/src/ts_util.cc:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178 template <typename A = void>
179 auto
180 user_arg_set(TSHttpTxn txnp, int arg_idx, void *arg) -> std::enable_if_t<!has_TS_USER_ARGS<A>::value, void>
181 {
182 TSHttpTxnArgSet(txnp, arg_idx, eraser<A>(arg));
183 }
184
185 template <typename A = void>
186 auto

Callers 1

arg_assignMethod · 0.85

Calls 1

TSUserArgSetFunction · 0.85

Tested by

no test coverage detected