* Set/Get the destination index (where in the first input the second input will be pasted. */
| 104 | * Set/Get the destination index (where in the first input the second input will be pasted. |
| 105 | */ |
| 106 | void |
| 107 | SetDestinationIndex(std::vector<int> DestinationIndex) |
| 108 | { |
| 109 | this->m_DestinationIndex = std::move(DestinationIndex); |
| 110 | } |
| 111 | |
| 112 | /** |
| 113 | * 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