* */
| 167 | * |
| 168 | */ |
| 169 | FunctionInvocationUser::~FunctionInvocationUser(void) |
| 170 | { |
| 171 | // Nothing to do. This object does not own `*func'. |
| 172 | } |
| 173 | |
| 174 | FunctionInvocation * |
| 175 | FunctionInvocationUser::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected