MCPcopy Create free account
hub / github.com/git/git / oidset_parse_file

Function oidset_parse_file

oidset.c:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void oidset_parse_file(struct oidset *set, const char *path,
68 const struct git_hash_algo *algop)
69{
70 oidset_parse_file_carefully(set, path, algop, NULL, NULL);
71}
72
73void oidset_parse_file_carefully(struct oidset *set, const char *path,
74 const struct git_hash_algo *algop,

Callers 1

fsck_set_msg_typesFunction · 0.85

Calls 1

Tested by

no test coverage detected