Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ names_length
Function
names_length
reftable/basics.c:190–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
size_t names_length(const char **names)
191
{
192
const char **p = names;
193
while (*p)
194
p++;
195
return p - names;
196
}
197
198
int parse_names(char *buf, int size, char ***out)
199
{
Callers
2
test_reftable_basics__names_length
Function · 0.85
reftable_stack_reload_once
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_reftable_basics__names_length
Function · 0.68