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

Function buildDownloadAllUrl

public/js/sharedFolderView.js:329–332  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

327 }
328
329 function buildDownloadAllUrl(path) {
330 const p = path ? '&path=' + encodeURIComponent(path) : '';
331 return withBasePath('/api/folder/downloadSharedFolder.php?token=' + encodeURIComponent(token) + passParam + p);
332 }
333
334 function buildShareAiChatUrl() {
335 return withBasePath('/api/pro/ai/share/chat.php');

Callers 1

Calls 1

withBasePathFunction · 0.70

Tested by

no test coverage detected