MCPcopy 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
267unsigned 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
272int ws_blank_line(const char *line, int len)
273{

Callers 2

check_whitespaceFunction · 0.85
checkdiff_consumeFunction · 0.85

Calls 1

ws_check_emit_1Function · 0.85

Tested by

no test coverage detected