Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pre-commit/pre-commit
/ test_start_msg
Function
test_start_msg
tests/commands/run_test.py:39–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
38
39
def
test_start_msg():
40
ret = _start_msg(start=
'start'
, end_len=5, cols=15)
41
# 4 dots: 15 - 5 - 5 - 1
42
assert ret ==
'start....'
43
44
45
def
test_full_msg():
Callers
nothing calls this directly
Calls
1
_start_msg
Function · 0.90
Tested by
no test coverage detected