MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / _sort_key

Function _sort_key

scripts/configure_plugins.py:54–55  ·  view source on GitHub ↗
(file_path)

Source from the content-addressed store, hash-verified

52################################################################################
53
54def _sort_key(file_path):
55 return os.path.basename(file_path)
56
57def calculate_path_checksum(paths):
58 """Recursively calculates a checksum representing the contents of all files

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected