(self, name)
| 464 | return name.replace("\\", "/") |
| 465 | |
| 466 | def hash_key(self, name): |
| 467 | return name |
| 468 | |
| 469 | def _stored_name(self, name, hashed_files): |
| 470 | # Normalize the path to avoid multiple names for the same file like |
no outgoing calls
no test coverage detected