MCPcopy Create free account
hub / github.com/bytebase/bytebase / useReactiveRoute

Function useReactiveRoute

frontend/src/react/hooks/useReactiveRoute.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 * `@/react/router` shim.
21 */
22export const useReactiveRoute = (): ReactRoute => {
23 return useSyncExternalStore(subscribe, getSnapshot, getSnapshot);
24};

Callers 3

GutterBarFunction · 0.90
ContainerChooserFunction · 0.90
SchemaChooserFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected