MCPcopy Create free account
hub / github.com/VirtualHotBar/NetMount / autoMount

Function autoMount

src/controller/task/autoMount.ts:4–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { mountStorage } from '../storage/mount/mount'
3
4async function autoMount() {
5 nmConfig.mount.lists.forEach(async item => {
6 item.autoMount && (await mountStorage(item))
7 })
8}
9
10export { autoMount }

Callers

nothing calls this directly

Calls 1

mountStorageFunction · 0.90

Tested by

no test coverage detected