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

Function command_to_char

sequencer.c:1850–1855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1848}
1849
1850static char command_to_char(const enum todo_command command)
1851{
1852 if (command < TODO_COMMENT)
1853 return todo_command_info[command].c;
1854 return 0;
1855}
1856
1857static int is_noop(const enum todo_command command)
1858{

Callers 1

todo_list_to_strbufFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected