! \brief construct an nil ref */
| 65 | public: |
| 66 | /*! \brief construct an nil ref */ |
| 67 | LuaRef() = default; |
| 68 | /*! |
| 69 | * \brief move constructor from another LuaRef |
| 70 | * \param other The other LuaRef to be moved |
nothing calls this directly
no outgoing calls
no test coverage detected