Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
void strbuf_trim(struct strbuf *sb)
118
{
119
strbuf_rtrim(sb);
120
strbuf_ltrim(sb);
121
}
122
123
void strbuf_rtrim(struct strbuf *sb)
124
{
Callers
15
oidset_parse_file_carefully
Function · 0.85
fwrite_wwwauth
Function · 0.85
show_http_message
Function · 0.85
add_one_file
Function · 0.85
worktree_lock_reason
Function · 0.85
infer_backlink
Function · 0.85
ident_default_name
Function · 0.85
ident_default_email
Function · 0.85
rollback_is_safe
Function · 0.85
apply_save_autostash
Function · 0.85
read_branches_file
Function · 0.85
read_rebase_todolist
Function · 0.85
Calls
2
strbuf_rtrim
Function · 0.85
strbuf_ltrim
Function · 0.85
Tested by
no test coverage detected