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

Function get_glob_global

pathspec.c:267–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267static inline int get_glob_global(void)
268{
269 static int glob = -1;
270
271 if (glob < 0)
272 glob = git_env_bool(GIT_GLOB_PATHSPECS_ENVIRONMENT, 0);
273
274 return glob;
275}
276
277static inline int get_noglob_global(void)
278{

Callers 1

get_global_magicFunction · 0.85

Calls 1

git_env_boolFunction · 0.85

Tested by

no test coverage detected