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

Function folderCacheKey

public/js/fileListView.js:3107–3110  ·  view source on GitHub ↗
(folder, sourceId)

Source from the content-addressed store, hash-verified

3105const _folderStatsQueue = [];
3106
3107function folderCacheKey(folder, sourceId) {
3108 const sid = sourceId ? String(sourceId) : '';
3109 return sid ? `${sid}::${folder}` : folder;
3110}
3111
3112function getFolderStatsTimeout(sourceId = '') {
3113 const type = String(getSourceTypeById(sourceId || getGlobalActiveSourceId()) || '').toLowerCase();

Callers 7

fetchFolderStatsFunction · 0.85
fetchFolderSummaryStatsFunction · 0.85
clearFolderSummaryCacheFunction · 0.85
fileListView.jsFile · 0.85
fetchFolderPeekFunction · 0.85
fetchFolderCapsFunction · 0.85
fetchFolderOwnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected