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

Function forward_null_transform

tests/tools/plugins/tunnel_transform.cc:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254static int
255forward_null_transform(TSCont contp, TSEvent event, void *edata)
256{
257 return null_transform(contp, event, edata, true);
258}
259
260static int
261reverse_null_transform(TSCont contp, TSEvent event, void *edata)

Callers

nothing calls this directly

Calls 1

null_transformFunction · 0.70

Tested by

no test coverage detected