Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
697
int is_builtin(const char *s)
698
{
699
return !!get_builtin(s);
700
}
701
702
static void list_builtins(struct string_list *out,
703
unsigned int include_option,
Callers
2
execv_dashed_external
Function · 0.85
is_git_command
Function · 0.85
Calls
1
get_builtin
Function · 0.85
Tested by
no test coverage detected