| 86 | -------------------------------------------------------------------------*/ |
| 87 | |
| 88 | VConnection * |
| 89 | TransformProcessor::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 | -------------------------------------------------------------------------*/ |
no outgoing calls
no test coverage detected