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

Function editor

builtin/var.c:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static char *editor(int ident_flag UNUSED)
35{
36 return xstrdup_or_null(git_editor());
37}
38
39static char *sequence_editor(int ident_flag UNUSED)
40{

Callers

nothing calls this directly

Calls 2

xstrdup_or_nullFunction · 0.85
git_editorFunction · 0.85

Tested by

no test coverage detected