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

Method setEntriesForChildPath

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

Source from the content-addressed store, hash-verified

72}
73
74bool State::setEntriesForChildPath(const std::string& childPath) {
75 auto path = file::getChildPath(current_path, childPath);
76 LOGGER.info("Navigating from {} to {}", current_path, path);
77 return setEntriesForPath(path);
78}
79
80bool State::getDirent(uint32_t index, dirent& dirent) {
81 auto lock = mutex.asScopedLock();

Callers 1

onDirEntryPressedMethod · 0.45

Calls 2

getChildPathFunction · 0.85
infoMethod · 0.80

Tested by

no test coverage detected