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

Function getNewFileName

bin/lib/migrateLegacyResources.mjs:54–56  ·  view source on GitHub ↗
(fullFilePath, suffix)

Source from the content-addressed store, hash-verified

52}
53
54function getNewFileName (fullFilePath, suffix) {
55 return fullFilePath + suffix
56}
57
58function shouldMigrateFile (filename) {
59 return filename.indexOf('.') < 0

Callers 1

migrateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected