MCPcopy Index your code
hub / github.com/git/git / strbuf_trim

Function strbuf_trim

strbuf.c:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void strbuf_trim(struct strbuf *sb)
118{
119 strbuf_rtrim(sb);
120 strbuf_ltrim(sb);
121}
122
123void strbuf_rtrim(struct strbuf *sb)
124{

Callers 15

fwrite_wwwauthFunction · 0.85
show_http_messageFunction · 0.85
add_one_fileFunction · 0.85
worktree_lock_reasonFunction · 0.85
infer_backlinkFunction · 0.85
ident_default_nameFunction · 0.85
ident_default_emailFunction · 0.85
rollback_is_safeFunction · 0.85
apply_save_autostashFunction · 0.85
read_branches_fileFunction · 0.85
read_rebase_todolistFunction · 0.85

Calls 2

strbuf_rtrimFunction · 0.85
strbuf_ltrimFunction · 0.85

Tested by

no test coverage detected