Return the L1 dict key for a path (always the resolved form).
(self, p: Path)
| 223 | return p |
| 224 | |
| 225 | def _l1_key(self, p: Path) -> str: |
| 226 | """Return the L1 dict key for a path (always the resolved form).""" |
| 227 | return str(p.resolve()) |
| 228 | |
| 229 | # ── L1 mtime hit ────────────────────────────────────────────────────── |
| 230 |
no outgoing calls
no test coverage detected