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

Function git_attr

attr.c:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258const struct git_attr *git_attr(const char *name)
259{
260 return git_attr_internal(name, strlen(name));
261}
262
263static const char blank[] = " \t\r\n";
264

Callers 3

attr_check_initlFunction · 0.70
compute_builtin_attrFunction · 0.70
git_all_attrsFunction · 0.70

Calls 1

git_attr_internalFunction · 0.85

Tested by

no test coverage detected