MCPcopy
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

3import { useContext } from 'react'
4
5const useTeamRoutes = (): TeamRoutes => {
6 const context = useContext(TeamRoutesContext)
7 return context.routes
8}
9
10export default useTeamRoutes

Callers 15

EditNotificationCardFunction · 0.85
NotificationCardFunction · 0.85
AddVersionChainsFunction · 0.85
PackageEnvironmentCardFunction · 0.85
EditPackageCardFunction · 0.85
PackageCardFunction · 0.85
PackageDetailsCardFunction · 0.85
GenerateVersionCardFunction · 0.85
CommonConfigSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected