Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
818
void
819
HttpTxn::arg_assign(int idx, void *value)
820
{
821
compat::user_arg_set(_txn, idx, value);
822
}
823
824
int
825
HttpTxn::outbound_txn_count() const
Callers
1
Context.cc
File · 0.80
Calls
1
user_arg_set
Function · 0.85
Tested by
no test coverage detected