Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ clean
Function
clean
tests/func/test_data_cloud.py:344–350 ·
view source on GitHub ↗
(outs, dvc=None)
Source
from the content-addressed store, hash-verified
342
343
344
def
clean(outs, dvc=None):
345
if
dvc:
346
dvc.cache.local.clear()
347
for
path in outs:
348
remove(path)
349
if
dvc:
350
clean_repos()
351
352
353
def
recurse_list_dir(d):
Callers
13
test_pull_external_dvc_imports
Function · 0.70
test_pull_external_dvc_imports_mixed
Function · 0.70
test_dvc_pull_pipeline_stages
Function · 0.70
test_pipeline_file_target_ops
Function · 0.70
test_fetch_stats
Function · 0.70
test_pull_stats
Function · 0.70
test_push_pull_all
Function · 0.70
test_push_pull_fetch_pipeline_stages
Function · 0.70
test_pull_partial
Function · 0.70
test_output_remote
Function · 0.70
test_target_remote
Function · 0.70
test_output_target_remote
Function · 0.70
Calls
3
remove
Function · 0.90
clean_repos
Function · 0.90
clear
Method · 0.45
Tested by
no test coverage detected