*/
| 95 | /** |
| 96 | */ |
| 97 | std::vector<int> |
| 98 | GetSourceIndex() const |
| 99 | { |
| 100 | return this->m_SourceIndex; |
| 101 | } |
| 102 | |
| 103 | /** |
| 104 | * Set/Get the destination index (where in the first input the second input will be pasted. |
nothing calls this directly
no outgoing calls
no test coverage detected