Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dyrector-io/dyrectorio
/ useTeamRoutes
Function
useTeamRoutes
web/crux-ui/src/hooks/use-team-routes.ts:5–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
{ useContext } from
'react'
4
5
const
useTeamRoutes = (): TeamRoutes => {
6
const
context = useContext(TeamRoutesContext)
7
return
context.routes
8
}
9
10
export
default useTeamRoutes
Callers
15
EditNotificationCard
Function · 0.85
NotificationCard
Function · 0.85
AddVersionChains
Function · 0.85
EditPackageEnvironmentCard
Function · 0.85
PackageEnvironmentVersionList
Function · 0.85
PackageEnvironmentCard
Function · 0.85
EditPackageCard
Function · 0.85
PackageCard
Function · 0.85
CreatePackageDeploymentModal
Function · 0.85
PackageDetailsCard
Function · 0.85
GenerateVersionCard
Function · 0.85
CommonConfigSection
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected