()
| 131 | } |
| 132 | |
| 133 | function getActiveSourceId() { |
| 134 | return normalizeSourceId( |
| 135 | (typeof window.__frGetActiveSourceId === 'function') |
| 136 | ? window.__frGetActiveSourceId() |
| 137 | : 'local' |
| 138 | ); |
| 139 | } |
| 140 | |
| 141 | function refreshFolderView(folder) { |
| 142 | const refreshFolder = normalizeFolderPath(folder || 'root'); |
no test coverage detected