MCPcopy 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 */
468struct group *
469gr_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_scanFunction · 0.85
mainFunction · 0.85

Calls 1

gr_addFunction · 0.85

Tested by 1

mainFunction · 0.68