Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1857
static int is_noop(const enum todo_command command)
1858
{
1859
return TODO_NOOP <= command;
1860
}
1861
1862
static int is_fixup(enum todo_command command)
1863
{
Callers
4
todo_list_parse_insn_buffer
Function · 0.85
is_final_fixup
Function · 0.85
peek_command
Function · 0.85
pick_commits
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected