MCPcopy
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
22def 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
28def test_checkout(tmp_dir, dvc, copy_script):

Callers 1

test_partial_checkoutFunction · 0.85

Calls 2

walkMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected