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

Function pager_in_use

pager.c:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193int pager_in_use(void)
194{
195 return git_env_bool("GIT_PAGER_IN_USE", 0);
196}
197
198/*
199 * Return cached value (if set) or $COLUMNS environment variable (if

Callers 5

parse_date_formatFunction · 0.85
setup_auto_pagerFunction · 0.85
finalize_coloptsFunction · 0.85
check_auto_colorFunction · 0.85
session_is_interactiveFunction · 0.85

Calls 1

git_env_boolFunction · 0.85

Tested by

no test coverage detected