Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/treeverse/dvc
/ _path
Function
_path
dvc/repo/diff.py:13–16 ·
view source on GitHub ↗
(entry)
Source
from the content-addressed store, hash-verified
11
12
13
def
_path(entry):
14
if
entry and entry.meta and entry.meta.isdir:
15
return
os.path.join(*entry.key,
""
)
16
return
os.path.join(*entry.key)
17
18
19
def
_hash(entry):
Callers
1
_diff
Function · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected