MCPcopy
hub / github.com/treeverse/dvc / unlink

Method unlink

dvc/testing/cloud.py:36–37  ·  view source on GitHub ↗
(self, missing_ok: bool = False)

Source from the content-addressed store, hash-verified

34
35 @abstractmethod
36 def unlink(self, missing_ok: bool = False) -> None:
37 pass
38
39 @abstractmethod
40 def rmdir(self, recursive: bool = True) -> None:

Callers 15

removeMethod · 0.80
_unlinkFunction · 0.80
_load_cacheMethod · 0.80
_cleanup_dirFunction · 0.80
makeFunction · 0.80
test_checkout_statsFunction · 0.80
test_stats_on_checkoutFunction · 0.80
test_checkout_with_depsFunction · 0.80
test_checkout_recursiveFunction · 0.80

Calls

no outgoing calls