disable value semantics
| 820 | public: |
| 821 | // disable value semantics |
| 822 | FreeformCommand(const FreeformCommand&) = delete; |
| 823 | FreeformCommand& operator = (const FreeformCommand&) = delete; |
| 824 | |
| 825 | FreeformCommand( |
nothing calls this directly
no outgoing calls
no test coverage detected