MCPcopy Index your code
hub / github.com/git/git / is_dev_null

Function is_dev_null

apply.c:429–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429static int is_dev_null(const char *str)
430{
431 return skip_prefix(str, "/dev/null", &str) && isspace(*str);
432}
433
434#define TERM_SPACE 1
435#define TERM_TAB 2

Callers 3

guess_p_valueFunction · 0.85
parse_traditional_patchFunction · 0.85
gitdiff_verify_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected