Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
static inline int id_eq_gid(id_t id, gid_t gid)
72
{
73
return id == (id_t)gid;
74
}
75
76
static id_t id_parse(const char *num_str)
77
{
Callers
2
match_gid
Function · 0.85
add_gid
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected