Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pre-commit/pre-commit
/ test_compute_cols
Function
test_compute_cols
tests/commands/run_test.py:590–591 ·
view source on GitHub ↗
(hooks, expected)
Source
from the content-addressed store, hash-verified
588
),
589
)
590
def
test_compute_cols(hooks, expected):
591
assert _compute_cols(hooks) == expected
592
593
594
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
_compute_cols
Function · 0.90
Tested by
no test coverage detected