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

Function git_path_check_ident

convert.c:1312–1317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1310}
1311
1312static int git_path_check_ident(struct attr_check_item *check)
1313{
1314 const char *value = check->value;
1315
1316 return !!ATTR_TRUE(value);
1317}
1318
1319static struct attr_check *check;
1320

Callers 1

convert_attrsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected