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