MCPcopy Index your code
hub / github.com/git/git / is_deprecated_command

Function is_deprecated_command

git.c:832–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830}
831
832static int is_deprecated_command(const char *cmd)
833{
834 struct cmd_struct *builtin = get_builtin(cmd);
835 return builtin && (builtin->option & DEPRECATED);
836}
837
838static int run_argv(struct strvec *args)
839{

Callers 1

run_argvFunction · 0.85

Calls 1

get_builtinFunction · 0.85

Tested by

no test coverage detected