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

Function isCurrentFolder

public/js/aiChat.js:1219–1219  ·  view source on GitHub ↗
(folder)

Source from the content-addressed store, hash-verified

1217 if (activeSourceId !== wsSourceId) return;
1218
1219 const isCurrentFolder = (folder) => normalizeFolderPath(folder) === activeFolder;
1220 let refreshFolder = '';
1221
1222 if (op === 'create_file' || op === 'delete_files' || op === 'rename_file' || op === 'save_file_tag') {

Callers 1

Calls 1

normalizeFolderPathFunction · 0.70

Tested by

no test coverage detected