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

Method arg_assign

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

Source from the content-addressed store, hash-verified

816}
817
818void
819HttpTxn::arg_assign(int idx, void *value)
820{
821 compat::user_arg_set(_txn, idx, value);
822}
823
824int
825HttpTxn::outbound_txn_count() const

Callers 1

Context.ccFile · 0.80

Calls 1

user_arg_setFunction · 0.85

Tested by

no test coverage detected