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

Function shouldMigrateFile

bin/lib/migrateLegacyResources.mjs:58–60  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

56}
57
58function shouldMigrateFile (filename) {
59 return filename.indexOf('.') < 0
60}
61
62function shouldMigrateFolder (foldername) {
63 return foldername[0] !== '.'

Callers 1

migrateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected