MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / getCopyMoveMap

Method getCopyMoveMap

Source/gui/PatchBrowserSelector.cpp:255–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255String PatchBrowserSelector::getCopyMoveMap(int p_index) {
256
257 auto it = m_copy_move_map.find(p_index);
258 if (it != m_copy_move_map.end()) {
259 return it->second;
260 }
261 return "";
262}
263
264void PatchBrowserSelector::checkDirectoryStatus() {
265 if (!File(m_absolute_path).isDirectory()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected