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

Function get_icase_global

pathspec.c:287–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287static inline int get_icase_global(void)
288{
289 static int icase = -1;
290
291 if (icase < 0)
292 icase = git_env_bool(GIT_ICASE_PATHSPECS_ENVIRONMENT, 0);
293
294 return icase;
295}
296
297static int get_global_magic(int element_magic)
298{

Callers 1

get_global_magicFunction · 0.85

Calls 1

git_env_boolFunction · 0.85

Tested by

no test coverage detected