MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / migrateLegacyResources.mjs

File migrateLegacyResources.mjs

bin/lib/migrateLegacyResources.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import fs from 'fs'
2import Path from 'path'
3import { promisify } from 'util'
4const readdir = promisify(fs.readdir)

Callers

nothing calls this directly

Calls 2

migrateFunction · 0.85
errorMethod · 0.45

Tested by

no test coverage detected