Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ strbuf_complete_line
Function
strbuf_complete_line
strbuf.h:667–670 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
665
}
666
667
static inline void strbuf_complete_line(struct strbuf *sb)
668
{
669
strbuf_complete(sb,
'\n'
);
670
}
671
672
typedef int (*char_predicate)(char ch);
673
Callers
15
add_branch_desc
Function · 0.85
fmt_tag_signature
Function · 0.85
fmt_merge_msg
Function · 0.85
write_file
Function · 0.85
do_pick_commit
Function · 0.85
append_signoff
Function · 0.85
add_lines
Function · 0.85
commit_notes
Function · 0.85
parse_diff
Function · 0.85
summarize_hunk
Function · 0.85
emit_hunk_header
Function · 0.85
print_trace_line
Function · 0.85
Calls
1
strbuf_complete
Function · 0.85
Tested by
no test coverage detected