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

Function TSHttpSsnTransactionCount

src/api/InkAPI.cc:3738–3745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3736}
3737
3738int
3739TSHttpSsnTransactionCount(TSHttpSsn ssnp)
3740{
3741 sdk_assert(sdk_sanity_check_http_ssn(ssnp) == TS_SUCCESS);
3742
3743 ProxySession *cs = reinterpret_cast<ProxySession *>(ssnp);
3744 return cs->get_transact_count();
3745}
3746
3747TSVConn
3748TSHttpSsnClientVConnGet(TSHttpSsn ssnp)

Callers 6

CountMethod · 0.85
evalMethod · 0.85
append_valueMethod · 0.85
txn_countMethod · 0.85
TSRemapDoRemapFunction · 0.85

Calls 2

get_transact_countMethod · 0.45

Tested by

no test coverage detected