Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psf/black
/ _cached_resolve
Function
_cached_resolve
src/black/files.py:42–43 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
40
41
@lru_cache
42
def
_cached_resolve(path: Path) -> Path:
43
return
path.resolve()
44
45
46
@lru_cache
Callers
4
find_project_root
Function · 0.85
find_user_pyproject_toml
Function · 0.85
resolves_outside_root_or_cannot_stat
Function · 0.85
best_effort_relative_path
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected