MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getSelectedChildPath

Method getSelectedChildPath

Tactility/Source/app/files/State.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33std::string State::getSelectedChildPath() const {
34 return file::getChildPath(current_path, selected_child_entry);
35}
36
37bool State::setEntriesForPath(const std::string& path) {
38 auto lock = mutex.asScopedLock();

Callers 5

onDeletePressedMethod · 0.45
onEjectPressedMethod · 0.45
onResultMethod · 0.45
onCopyPressedMethod · 0.45
onCutPressedMethod · 0.45

Calls 1

getChildPathFunction · 0.85

Tested by

no test coverage detected