Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ walk_files
Function
walk_files
tests/func/test_checkout.py:22–25 ·
view source on GitHub ↗
(directory)
Source
from the content-addressed store, hash-verified
20
21
22
def
walk_files(directory):
23
for
root, _, files in os.walk(directory):
24
for
f in files:
25
yield
os.path.join(root, f)
26
27
28
def
test_checkout(tmp_dir, dvc, copy_script):
Callers
1
test_partial_checkout
Function · 0.85
Calls
2
walk
Method · 0.80
join
Method · 0.80
Tested by
no test coverage detected