Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/DisplayKit
/ sortFiles
Function
sortFiles
scripts/generate_icon_manifests.mjs:33–35 ·
view source on GitHub ↗
(files)
Source
from the content-addressed store, hash-verified
31
}
32
33
function
sortFiles(files) {
34
return
[...files].sort((a, b) => a.localeCompare(b,
"en"
));
35
}
36
37
async
function
writeIfChanged(filePath, content) {
38
let
prev = null;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected