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

Function is_builtin

git.c:697–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697int is_builtin(const char *s)
698{
699 return !!get_builtin(s);
700}
701
702static void list_builtins(struct string_list *out,
703 unsigned int include_option,

Callers 2

execv_dashed_externalFunction · 0.85
is_git_commandFunction · 0.85

Calls 1

get_builtinFunction · 0.85

Tested by

no test coverage detected