MCPcopy Index your code
hub / github.com/treeverse/dvc / set_exec

Method set_exec

dvc/output.py:733–735  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

731 self.hash_name = "md5"
732
733 def set_exec(self) -> None:
734 if self.isfile() and self.meta.isexec:
735 self.cache.set_exec(self.fs_path)
736
737 def _checkout(self, *args, **kwargs) -> Optional[bool]:
738 from dvc_data.hashfile.checkout import CheckoutError as _CheckoutError

Callers 4

commitMethod · 0.95
checkoutMethod · 0.95
addMethod · 0.95

Calls 1

isfileMethod · 0.95

Tested by 1