Copies this item into the given one
| 38 | } |
| 39 | //Copies this item into the given one |
| 40 | static void copyTo(const CodeModelItem& m_data, CodeModelItem& data) |
| 41 | { |
| 42 | data = m_data; |
| 43 | } |
| 44 | |
| 45 | static void createFreeItem(CodeModelItem& data) |
| 46 | { |
no outgoing calls
no test coverage detected