MCPcopy Create free account
hub / github.com/error311/FileRise / formatFolderPathForToast

Function formatFolderPathForToast

public/js/folderManager.js:120–123  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

118}
119
120function formatFolderPathForToast(path) {
121 const key = normalizeFolderToastKey(path);
122 return key === 'root' ? (t('root_folder') || 'Root') : key;
123}
124
125function movedFolderNameForToast(path) {
126 const key = normalizeFolderToastKey(path);

Callers 1

Calls 2

tFunction · 0.85
normalizeFolderToastKeyFunction · 0.70

Tested by

no test coverage detected