c1c6aafb9931704385d0c341c3fbebd50f0ba4fc braney Mon Apr 29 13:22:09 2024 -0700 response to code review #33561 diff --git src/hg/inc/hubConnect.h src/hg/inc/hubConnect.h index 59fe87c..a67a536 100644 --- src/hg/inc/hubConnect.h +++ src/hg/inc/hubConnect.h @@ -196,16 +196,20 @@ /* Given the URL for a hub, return its hub_# name. */ void addPublicHubsToHubStatus(struct cart *cart, struct sqlConnection *conn, char *publicTable, char *statusTable); /* Add urls in the hubPublic table to the hubStatus table if they aren't there already */ struct hash *buildPublicLookupHash(struct sqlConnection *conn, char *publicTable, char *statusTable, struct hash **pHash); /* Return a hash linking hub URLs to struct hubEntries. Also make pHash point to a hash that just stores * the names of the public hubs (for use later when determining if hubs were added by the user) */ boolean hubConnectIsCurated(char *db); /* Look in the dbDb table to see if this hub is curated. */ boolean hubConnectGetCuratedUrl(char *db, char **hubUrl); /* Check to see if this db is a curated hub and if so return its hubUrl */ + +boolean hubsCanAddGroups(); +/* can track hubs have their own groups? */ + #endif /* HUBCONNECT_H */