Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ _is_comment
Function
_is_comment
dvc/pathspec_math.py:24–25 ·
view source on GitHub ↗
(rule)
Source
from the content-addressed store, hash-verified
22
23
24
def
_is_comment(rule):
25
return
rule.startswith(
"#"
)
26
27
28
def
_remove_slash(rule):
Callers
1
change_rule
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected