Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ gr_dup
Function
gr_dup
tools/libutil/gr_util.c:468–472 ·
view source on GitHub ↗
* Duplicate a struct group. */
Source
from the content-addressed store, hash-verified
466
* Duplicate a struct group.
467
*/
468
struct group *
469
gr_dup(const struct group *gr)
470
{
471
return (gr_add(gr, NULL));
472
}
473
/*
474
* Add a new member name to a struct group.
475
*/
Callers
2
gr_scan
Function · 0.85
main
Function · 0.85
Calls
1
gr_add
Function · 0.85
Tested by
1
main
Function · 0.68