()
| 2 | import { mountStorage } from '../storage/mount/mount' |
| 3 | |
| 4 | async function autoMount() { |
| 5 | nmConfig.mount.lists.forEach(async item => { |
| 6 | item.autoMount && (await mountStorage(item)) |
| 7 | }) |
| 8 | } |
| 9 | |
| 10 | export { autoMount } |
nothing calls this directly
no test coverage detected