MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / go

Method go

projects/web/src/routing.ts:69–69  ·  view source on GitHub ↗
(routeName: K)

Source from the content-addressed store, hash-verified

67// Typesafe navigation interface
68export interface CodeNavigationMethods {
69 go<K extends CodeRoutesWithoutParams>(routeName: K): void
70 go<K extends CodeRoutesWithParams>(routeName: K, params: ExtractCodeRouteParams<K>): void
71
72 path<K extends CodeRoutesWithoutParams>(routeName: K): string

Callers 15

handleListFilesFunction · 0.80
handleFuzzySearchFunction · 0.80
handleAddRepoFunction · 0.80
handleSelectRepoFunction · 0.80
handleSettingsRepoFunction · 0.80
handleDeleteRepoFunction · 0.80
handleToggleArchiveFunction · 0.80
TaskList.tsxFile · 0.80
handleAddTaskFunction · 0.80
handleSelectTaskFunction · 0.80
handleSelectCreationFunction · 0.80
showDeleteConfirmFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected