Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ columns
Method
columns
dvc/compare.py:36–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
35
@property
36
def
columns(self) -> list[Column]:
37
return
list(map(self.column, self.keys()))
38
39
def
is_protected(self, col_name) -> bool:
40
return
col_name in self._protected
Callers
nothing calls this directly
Calls
1
keys
Method · 0.95
Tested by
no test coverage detected