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

Method getMoveFileString

Source/gui/PatchBrowserSelector.cpp:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251String PatchBrowserSelector::getMoveFileString(int p_popupmenu_index) {
252 return getCopyMoveMap(p_popupmenu_index - PATCH_BROWSER_MENU_MOVE_OFFSET);
253}
254
255String PatchBrowserSelector::getCopyMoveMap(int p_index) {
256

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected