MCPcopy Create free account
hub / github.com/continuedev/continue / buildConfigRoute

Function buildConfigRoute

gui/src/util/navigation.ts:22–24  ·  view source on GitHub ↗
(tab?: ConfigTab)

Source from the content-addressed store, hash-verified

20
21// Helper function to build config URLs with tabs
22export const buildConfigRoute = (tab?: ConfigTab): string => {
23 return tab ? `${ROUTES.CONFIG}?tab=${tab}` : ROUTES.CONFIG;
24};
25
26// Typed config route builders for common tabs
27export const CONFIG_ROUTES = {

Callers 1

navigation.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected