MCPcopy 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
190size_t names_length(const char **names)
191{
192 const char **p = names;
193 while (*p)
194 p++;
195 return p - names;
196}
197
198int parse_names(char *buf, int size, char ***out)
199{

Callers 2

Calls

no outgoing calls

Tested by 1