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

Function git_read_line_interactively

prompt.c:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78int git_read_line_interactively(struct strbuf *line)
79{
80 fflush(stdout);
81 return strbuf_getline(line, stdin);
82}

Callers 5

list_and_chooseFunction · 0.85
read_single_characterFunction · 0.85
list_and_chooseFunction · 0.85
filter_by_patterns_cmdFunction · 0.85
ask_each_cmdFunction · 0.85

Calls 1

strbuf_getlineFunction · 0.85

Tested by

no test coverage detected