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

Function git_attr_system_is_enabled

attr.c:891–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889}
890
891int git_attr_system_is_enabled(void)
892{
893 return !git_env_bool("GIT_ATTR_NOSYSTEM", 0);
894}
895
896static GIT_PATH_FUNC(git_path_info_attributes, INFOATTRIBUTES_FILE)
897

Callers 2

bootstrap_attr_stackFunction · 0.85
git_attr_val_systemFunction · 0.85

Calls 1

git_env_boolFunction · 0.85

Tested by

no test coverage detected