MCPcopy Create free account
hub / github.com/git/git / ws_check_emit

Function ws_check_emit

ws.c:260–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void ws_check_emit(const char *line, int len, unsigned ws_rule,
261 FILE *stream, const char *set,
262 const char *reset, const char *ws)
263{
264 (void)ws_check_emit_1(line, len, ws_rule, stream, set, reset, ws);
265}
266
267unsigned ws_check(const char *line, int len, unsigned ws_rule)
268{

Callers 2

emit_line_ws_markupFunction · 0.85
checkdiff_consumeFunction · 0.85

Calls 1

ws_check_emit_1Function · 0.85

Tested by

no test coverage detected