MCPcopy 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
76function sortPluginEntries(entries) {
77 return [...entries].sort((left, right) => left.localeCompare(right));
78}
79
80function validateSpecPaths(plugin) {
81 const errors = [];

Callers 1

validateSpecPathsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected