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

Method open

src/proxy/Transform.cc:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 -------------------------------------------------------------------------*/
87
88VConnection *
89TransformProcessor::open(Continuation *cont, APIHook *hooks)
90{
91 if (hooks) {
92 return new TransformVConnection(cont, hooks);
93 } else {
94 return nullptr;
95 }
96}
97
98/*-------------------------------------------------------------------------
99 -------------------------------------------------------------------------*/

Callers 4

sync_taskMethod · 0.45
handle_eventMethod · 0.45
do_transform_openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected