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

Function getLastOpenedFolderKey

public/js/fileListView.js:1681–1684  ·  view source on GitHub ↗
(sourceId = '')

Source from the content-addressed store, hash-verified

1679}
1680
1681function getLastOpenedFolderKey(sourceId = '') {
1682 const id = String(sourceId || '').trim();
1683 return id ? `lastOpenedFolder.${id}` : 'lastOpenedFolder';
1684}
1685
1686function getLastOpenedFolder(sourceId = '') {
1687 const key = getLastOpenedFolderKey(sourceId);

Callers 2

getLastOpenedFolderFunction · 0.70
setLastOpenedFolderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected