MCPcopy Create free account

hub / github.com/Dyan-Dev/dyan / functions

Functions59 in github.com/Dyan-Dev/dyan

↓ 34 callersFunctioncn
(...inputs: ClassValue[])
apps/frontend/src/lib/utils.ts:4
↓ 5 callersFunctionboilerplate
(language: "javascript" | "python")
apps/frontend/src/lib/utils.ts:8
↓ 3 callersFunctiongetValidationIcon
(isValid: boolean)
apps/frontend/src/components/LiveIOPanel.tsx:66
↓ 3 callersFunctionvalidateJSONWithDetails
(value: string)
apps/frontend/src/components/LiveIOPanel.tsx:37
↓ 2 callersFunctionvalidateJS
(code: string)
apps/frontend/src/lib/utils.ts:25
↓ 1 callersMethodadd
(endpoint: Endpoint)
apps/backend/src/endpoint.store.ts:13
↓ 1 callersFunctionbootstrap
()
apps/backend/src/main.ts:5
↓ 1 callersMethodfind
(path: string, method: string)
apps/backend/src/endpoint.store.ts:17
↓ 1 callersMethodgetHello
()
apps/backend/src/app.service.ts:5
↓ 1 callersFunctiongetLanguageIcon
(language: string)
apps/frontend/src/components/SavedEndpointsSidebar.tsx:59
↓ 1 callersFunctiongetMethodColor
(method: string)
apps/frontend/src/components/SavedEndpointsSidebar.tsx:44
↓ 1 callersFunctiongetMethodColor
(method: string)
apps/frontend/src/pages/builder.tsx:241
↓ 1 callersFunctionhandleBodyChange
(value: string)
apps/frontend/src/components/LiveIOPanel.tsx:51
↓ 1 callersFunctionhandleHeadersChange
(value: string)
apps/frontend/src/components/LiveIOPanel.tsx:56
↓ 1 callersFunctionhandleQueryChange
(value: string)
apps/frontend/src/components/LiveIOPanel.tsx:61
↓ 1 callersFunctionloadEndpoints
()
apps/frontend/src/pages/builder.tsx:70
↓ 1 callersFunctionrequestLogin
()
apps/frontend/src/pages/login.tsx:18
↓ 1 callersMethodsendMagicLink
(email: string)
apps/backend/src/auth/auth.service.ts:13
↓ 1 callersMethoduse
(req: Request, res: Response, next: NextFunction)
apps/backend/src/auth/jwt.middleware.ts:13
↓ 1 callersFunctionuseTheme
()
apps/frontend/src/context/ThemeContext.tsx:29
↓ 1 callersFunctionverify
()
apps/frontend/src/pages/verify.tsx:15
↓ 1 callersMethodverifyToken
(token: string)
apps/backend/src/auth/auth.service.ts:61
FunctionApp
()
apps/frontend/src/App.tsx:4
FunctionBadge
({ className, variant, ...props }: BadgeProps)
apps/frontend/src/components/ui/badge.tsx:30
FunctionBuilderPage
()
apps/frontend/src/pages/builder.tsx:45
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/frontend/src/components/ui/dialog.tsx:68
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/frontend/src/components/ui/dialog.tsx:54
FunctionLiveIOPanel
({ body, headers, query, onChange }: Props)
apps/frontend/src/components/LiveIOPanel.tsx:29
FunctionLoginPage
()
apps/frontend/src/pages/login.tsx:9
FunctionMainPage
()
apps/frontend/src/pages/mainPage.tsx:5
FunctionSavedEndpointsSidebar
({ endpoints, onEdit, onDelete, setSelectedEndpoint, setPath, setMethod, setLanguage, setCode,
apps/frontend/src/components/SavedEndpointsSidebar.tsx:32
FunctionThemeProvider
({ children }: { children: React.ReactNode })
apps/frontend/src/context/ThemeContext.tsx:8
FunctionVerifyPage
()
apps/frontend/src/pages/verify.tsx:6
MethodaddEndpoint
(@Body() body: Endpoint)
apps/backend/src/endpoint/endpoint.controller.ts:60
Methodall
()
apps/backend/src/endpoint.store.ts:23
Methodclear
()
apps/backend/src/endpoint.store.ts:27
Methodconfigure
(consumer: MiddlewareConsumer)
apps/backend/src/app.module.ts:30
Methodconstructor
(private readonly appService: AppService)
apps/backend/src/app.controller.ts:6
Methodconstructor
( private jwtService: JwtService, @Inject('PrismaClient') private prisma: PrismaClient, )
apps/backend/src/auth/auth.service.ts:8
Methodconstructor
(private readonly jwtService: JwtService)
apps/backend/src/auth/jwt.middleware.ts:11
Methodconstructor
( private authService: AuthService, private jwtService: JwtService, )
apps/backend/src/auth/auth.controller.ts:20
MethoddeleteEndpoint
(@Body() body: { path: string; method: string })
apps/backend/src/endpoint/endpoint.controller.ts:116
FunctiongenerateNestRoute
({ path, method, logic }: RouteSchema)
packages/codegen/src/index.ts:7
MethodgetAllEndpoints
()
apps/backend/src/endpoint/endpoint.controller.ts:22
MethodgetHello
()
apps/backend/src/app.controller.ts:9
MethodgetSingleEndpoint
( @Query('path') path: string, @Query('method') method: string, )
apps/backend/src/endpoint/endpoint.controller.ts:39
FunctionhandleDelete
(index: number)
apps/frontend/src/pages/builder.tsx:157
MethodhandleDynamic
(@Req() req: Request, @Res() res: Response)
apps/backend/src/dynamic/dynamic.controller.ts:13
FunctionhandleEdit
(index: number)
apps/frontend/src/pages/builder.tsx:136
FunctionhandleLogout
()
apps/frontend/src/pages/builder.tsx:229
FunctionhandleSave
()
apps/frontend/src/pages/builder.tsx:85
FunctionhandleSubmit
(e: React.FormEvent)
apps/frontend/src/pages/login.tsx:42
FunctionhandleTest
()
apps/frontend/src/pages/builder.tsx:187
Methodlogout
(@Res() res: Response)
apps/backend/src/auth/auth.controller.ts:97
Methodme
(@Req() req: Request)
apps/backend/src/auth/auth.controller.ts:26
MethodrequestLogin
(@Body('email') email: string)
apps/backend/src/auth/auth.controller.ts:60
FunctiontoggleTheme
()
apps/frontend/src/context/ThemeContext.tsx:19
MethodupdateEndpoint
(@Body() body: Endpoint)
apps/backend/src/endpoint/endpoint.controller.ts:93
MethodverifyLogin
(@Query('token') token: string, @Res() res: Response)
apps/backend/src/auth/auth.controller.ts:80