Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ word_char
Function
word_char
grep.c:878–881 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
876
}
877
878
static int word_char(char ch)
879
{
880
return isalnum(ch) || ch ==
'_'
;
881
}
882
883
static void output_color(struct grep_opt *opt, const void *data, size_t size,
884
const char *color)
Callers
1
headerless_match_one_pattern
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected