Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ usage_indent
Function
usage_indent
parse-options.c:1289–1292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1287
}
1288
1289
static int usage_indent(FILE *outfile)
1290
{
1291
return fprintf(outfile,
" "
);
1292
}
1293
1294
#define USAGE_OPTS_WIDTH 26
1295
Callers
1
usage_with_options_internal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected