Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ has_non_crud
Function
has_non_crud
ident.c:216–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
static int has_non_crud(const char *str)
217
{
218
for (; *str; str++) {
219
if (!crud(*str))
220
return 1;
221
}
222
return 0;
223
}
224
225
/*
226
* Copy over a string to the destination, but avoid special
Callers
1
fmt_ident
Function · 0.85
Calls
1
crud
Function · 0.85
Tested by
no test coverage detected