Returns whether the argument is hidden or not. \note Not intended to be called from user code. */
| 291 | \note Not intended to be called from user code. |
| 292 | */ |
| 293 | bool hidden() const |
| 294 | { return m_hidden; } |
| 295 | |
| 296 | /** |
| 297 | Returns the description of the argument. |
no outgoing calls
no test coverage detected