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

Function is_noop

sequencer.c:1857–1860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1855}
1856
1857static int is_noop(const enum todo_command command)
1858{
1859 return TODO_NOOP <= command;
1860}
1861
1862static int is_fixup(enum todo_command command)
1863{

Callers 4

is_final_fixupFunction · 0.85
peek_commandFunction · 0.85
pick_commitsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected