Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
429
static 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_value
Function · 0.85
parse_traditional_patch
Function · 0.85
gitdiff_verify_name
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected