MCPcopy 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
2021static size_t name_cmp_len(const char *name)
2022{
2023 return strcspn(name, "\n/");
2024}
2025
2026static void add_pbase_object(struct tree_desc *tree,
2027 const char *name,

Callers 2

add_pbase_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected