Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
54
function
getNewFileName (fullFilePath, suffix) {
55
return
fullFilePath + suffix
56
}
57
58
function
shouldMigrateFile (filename) {
59
return
filename.indexOf(
'.'
) < 0
Callers
1
migrate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected