Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ name_cmp_len
Function
name_cmp_len
builtin/pack-objects.c:2021–2024 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2019
}
2020
2021
static size_t name_cmp_len(const char *name)
2022
{
2023
return strcspn(name,
"\n/"
);
2024
}
2025
2026
static void add_pbase_object(struct tree_desc *tree,
2027
const char *name,
Callers
2
add_pbase_object
Function · 0.85
add_preferred_base_object
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected