Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ ws_check
Function
ws_check
ws.c:267–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
unsigned ws_check(const char *line, int len, unsigned ws_rule)
268
{
269
return ws_check_emit_1(line, len, ws_rule, NULL, NULL, NULL, NULL);
270
}
271
272
int ws_blank_line(const char *line, int len)
273
{
Callers
2
check_whitespace
Function · 0.85
checkdiff_consume
Function · 0.85
Calls
1
ws_check_emit_1
Function · 0.85
Tested by
no test coverage detected