* */
| 112 | * |
| 113 | */ |
| 114 | FunctionInvocation * |
| 115 | FunctionInvocationUnary::clone() const |
| 116 | { |
| 117 | return new FunctionInvocationUnary(*this); |
| 118 | } |
| 119 | |
| 120 | /////////////////////////////////////////////////////////////////////////////// |
| 121 |
nothing calls this directly
no outgoing calls
no test coverage detected