! \brief Make default constructor protected. */
| 137 | protected: |
| 138 | /*! \brief Make default constructor protected. */ |
| 139 | FunctionObj() {} |
| 140 | friend class Function; |
| 141 | |
| 142 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected