dcabcf3e37e0b1e3c71b6a98358c1fb844ca3b8a braney Tue Apr 22 12:26:11 2025 -0700 sessions save a copy of the quickLift hub. diff --git src/hg/inc/cart.h src/hg/inc/cart.h index 55b30541842..1703f45cf79 100644 --- src/hg/inc/cart.h +++ src/hg/inc/cart.h @@ -609,32 +609,32 @@ boolean ignoreRemoved,boolean ignoreCreated); /* Returns TRUE if new cart setting has changed from old cart setting */ int cartRemoveFromTdbTree(struct cart *cart,struct trackDb *tdb,char *suffix,boolean skipParent); /* Removes a 'trackName.suffix' from all tdb descendents (but not parent). If suffix NULL then removes 'trackName' which holds visibility */ boolean cartTdbTreeReshapeIfNeeded(struct cart *cart,struct trackDb *tdbComposite); /* When subtrack vis is set via findTracks, and composite has no cart settings, then fashion composite to match found */ boolean cartTdbTreeCleanupOverrides(struct trackDb *tdb,struct cart *newCart,struct hash *oldVars, struct lm *lm); /* When composite/view settings changes, remove subtrack specific settings Returns TRUE if any cart vars are removed */ -void cartCopyCustomComposites(struct cart *cart); -/* Find any custom composite hubs and copy them so they can be modified. */ +void cartCopyLocalHubs(struct cart *cart); +/* Find any custom composite and quickLift hubs and copy them so they can be modified. */ void cartReplaceHubVars(struct cart *cart, char *hubFileVar, char *oldHubUrl, char *newHubUrl); /* Replace all cart variables corresponding to oldHubUrl (and/or its hub ID) with * equivalents for newHubUrl. */ void cgiExitTime(char *cgiName, long enteredMainTime); /* single stderr print out called at end of CGI binaries to record run * time in apache error_log */ void cartHubWarn(char *format, va_list args); /* save up hub related warnings to put out later */ void cartFlushHubWarnings(); /* flush the hub errors (if any) */