Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/awesome-copilot
/ sortPluginEntries
Function
sortPluginEntries
eng/validate-plugins.mjs:76–78 ·
view source on GitHub ↗
(entries)
Source
from the content-addressed store, hash-verified
74
}
75
76
function
sortPluginEntries(entries) {
77
return
[...entries].sort((left, right) => left.localeCompare(right));
78
}
79
80
function
validateSpecPaths(plugin) {
81
const
errors = [];
Callers
1
validateSpecPaths
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected