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

Function reverse_null_transform

tests/tools/plugins/tunnel_transform.cc:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260static int
261reverse_null_transform(TSCont contp, TSEvent event, void *edata)
262{
263 return null_transform(contp, event, edata, false);
264}
265
266static void
267transform_add(TSHttpTxn txnp)

Callers

nothing calls this directly

Calls 1

null_transformFunction · 0.70

Tested by

no test coverage detected