Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ libgit_configset_get_string
Function
libgit_configset_get_string
contrib/libgit-sys/public_symbol_export.c:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
int libgit_configset_get_string(struct libgit_config_set *cs, const char *key,
44
char **dest)
45
{
46
return git_configset_get_string(&cs->cs, key, dest);
47
}
48
49
const char *libgit_user_agent(void)
50
{
Callers
1
get_string
Method · 0.85
Calls
1
git_configset_get_string
Function · 0.85
Tested by
no test coverage detected