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

Method getCopyFileString

Source/gui/PatchBrowserSelector.cpp:247–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247String PatchBrowserSelector::getCopyFileString(int p_popupmenu_index) {
248 return getCopyMoveMap(p_popupmenu_index - PATCH_BROWSER_MENU_COPY_OFFSET);
249}
250
251String PatchBrowserSelector::getMoveFileString(int p_popupmenu_index) {
252 return getCopyMoveMap(p_popupmenu_index - PATCH_BROWSER_MENU_MOVE_OFFSET);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected