(file_path)
| 52 | ################################################################################ |
| 53 | |
| 54 | def _sort_key(file_path): |
| 55 | return os.path.basename(file_path) |
| 56 | |
| 57 | def calculate_path_checksum(paths): |
| 58 | """Recursively calculates a checksum representing the contents of all files |
nothing calls this directly
no outgoing calls
no test coverage detected