| 733 | } |
| 734 | |
| 735 | bool WorkspaceObject_Impl::canBeSource() const { |
| 736 | if (m_handle.isNull()) { |
| 737 | return false; |
| 738 | } |
| 739 | return m_sourceData.has_value(); |
| 740 | } |
| 741 | |
| 742 | bool WorkspaceObject_Impl::canBeSource(unsigned index, const StringVector& refLists) const { |
| 743 | if (m_handle.isNull()) { |