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

Function routerGo

frontend/src/react/router/navigation.ts:149–151  ·  view source on GitHub ↗
(delta: number)

Source from the content-addressed store, hash-verified

147
148// History delta navigation (mirrors `router.back()` / `router.go(n)`).
149export function routerGo(delta: number): void {
150 appRouter?.navigate(delta);
151}
152
153// Resolves once the data router has completed its initial load (mirrors
154// vue-router `router.isReady()`).

Callers 1

index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected