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

Method TransformControl

src/proxy/Transform.cc:577–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575 -------------------------------------------------------------------------*/
576
577TransformControl::TransformControl() : Continuation(new_ProxyMutex()), m_hooks()
578{
579 SET_HANDLER(&TransformControl::handle_event);
580
581 m_hooks.append(transformProcessor.null_transform(new_ProxyMutex()));
582}
583
584/*-------------------------------------------------------------------------
585 -------------------------------------------------------------------------*/

Callers

nothing calls this directly

Calls 3

new_ProxyMutexFunction · 0.85
null_transformMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected