MCPcopy Index your code
hub / github.com/RsyncProject/rsync / id_eq_gid

Function id_eq_gid

uidlist.c:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71static inline int id_eq_gid(id_t id, gid_t gid)
72{
73 return id == (id_t)gid;
74}
75
76static id_t id_parse(const char *num_str)
77{

Callers 2

match_gidFunction · 0.85
add_gidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected