Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
58
function
shouldMigrateFile (filename) {
59
return
filename.indexOf(
'.'
) < 0
60
}
61
62
function
shouldMigrateFolder (foldername) {
63
return
foldername[0] !==
'.'
Callers
1
migrate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected