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

Function sequence_editor

builtin/var.c:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39static char *sequence_editor(int ident_flag UNUSED)
40{
41 return xstrdup_or_null(git_sequence_editor());
42}
43
44static char *pager(int ident_flag UNUSED)
45{

Callers

nothing calls this directly

Calls 2

xstrdup_or_nullFunction · 0.85
git_sequence_editorFunction · 0.85

Tested by

no test coverage detected