MCPcopy Create free account
hub / github.com/apache/solr / sort_entries

Function sort_entries

dev-tools/scripts/addDepsToChanges.py:226–228  ·  view source on GitHub ↗

Return a new list sorted alphabetically by dependency key (case-insensitive).

(entries)

Source from the content-addressed store, hash-verified

224
225
226def sort_entries(entries):
227 """Return a new list sorted alphabetically by dependency key (case-insensitive)."""
228 return sorted(entries, key=lambda e: e.dep_key().lower())
229
230
231def main():

Callers 1

mainFunction · 0.85

Calls 1

dep_keyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…