Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ libgit_user_agent_sanitized
Function
libgit_user_agent_sanitized
contrib/libgit-sys/public_symbol_export.c:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
const char *libgit_user_agent_sanitized(void)
55
{
56
return git_user_agent_sanitized();
57
}
58
59
#pragma GCC visibility pop
Callers
1
sanitized_user_agent_starts_with_git
Function · 0.85
Calls
1
git_user_agent_sanitized
Function · 0.85
Tested by
1
sanitized_user_agent_starts_with_git
Function · 0.68