* */
| 141 | * |
| 142 | */ |
| 143 | FunctionInvocation * |
| 144 | FunctionInvocationBinary::clone() const |
| 145 | { |
| 146 | return new FunctionInvocationBinary(*this); |
| 147 | } |
| 148 | /////////////////////////////////////////////////////////////////////////////// |
| 149 | |
| 150 | bool |
nothing calls this directly
no outgoing calls
no test coverage detected