MCPcopy Create free account

hub / github.com/TinyActive/fluxion / functions

Functions460 in github.com/TinyActive/fluxion

FunctiongetAssetsByWorkspace
(workspaceId: string)
src/context/AppContext.tsx:184
MethodgetClient
()
src/lib/api.client.ts:85
FunctiongetCurrentUser
()
src/services/api/auth.service.ts:50
MethodgetDerivedStateFromError
(error: Error)
src/components/ui/ErrorBoundary.tsx:24
FunctiongetItem
(id: number)
src/services/api/knowledge-base.service.ts:53
FunctiongetItems
(filters?: KnowledgeBaseFilters)
src/services/api/knowledge-base.service.ts:40
FunctiongetProject
(id: string)
src/services/api/projects.service.ts:143
FunctiongetProjectById
(id: string)
src/context/AppContext.tsx:214
FunctiongetProjects
(filters?: ProjectFilters)
src/services/api/projects.service.ts:128
FunctiongetProjectsByStatus
(status: Project['status'])
src/data/projects.ts:258
FunctiongetProjectsByType
(type: Project['type'])
src/data/projects.ts:254
FunctiongetProjectsByWorkspace
(workspaceId: string)
src/context/AppContext.tsx:199
FunctiongetProjectsByWorkspace
(workspaceId: string)
src/data/projects.ts:246
FunctiongetReport
(id: number)
src/services/api/reports.service.ts:44
FunctiongetReports
(filters?: ReportFilters)
src/services/api/reports.service.ts:30
FunctiongetService
(id: number)
src/services/api/services.service.ts:75
FunctiongetServices
(filters?: ServiceFilters)
src/services/api/services.service.ts:62
FunctiongetStoredUser
()
src/services/api/auth.service.ts:60
FunctiongetToken
()
src/services/api/auth.service.ts:71
FunctiongetUser
(id: number)
src/services/api/users.service.ts:35
FunctiongetUsers
()
src/services/api/users.service.ts:30
FunctiongetVulnerabilities
(filters?: VulnerabilityFilters)
src/services/api/vulnerabilities.service.ts:137
FunctiongetVulnerabilitiesByAsset
(assetId: string)
src/context/AppContext.tsx:193
FunctiongetVulnerabilitiesByService
(serviceId: string)
src/context/AppContext.tsx:196
FunctiongetVulnerabilitiesByWorkspace
(workspaceId: string)
src/context/AppContext.tsx:190
FunctiongetVulnerability
(id: string)
src/services/api/vulnerabilities.service.ts:153
FunctiongetWorkspace
(id: number)
src/services/api/workspaces.service.ts:42
FunctiongetWorkspaces
()
src/services/api/workspaces.service.ts:37
Functionget_activities
Get activity log with filters and pagination
backend/app/api/v1/endpoints/activities.py:14
Functionget_activity
Get single activity by ID
backend/app/api/v1/endpoints/activities.py:42
Functionget_asset
Get asset by ID with stats
backend/app/api/v1/endpoints/assets.py:40
Functionget_assets
Get all assets with optional filters
backend/app/api/v1/endpoints/assets.py:13
Functionget_current_user
( session: Session = Depends(get_db), token: Optional[str] = Depends(reusable_oauth2) )
backend/app/api/deps.py:22
Functionget_db
()
backend/app/api/deps.py:19
Functionget_knowledge_base_item
Get knowledge base item by ID
backend/app/api/v1/endpoints/knowledge_base.py:36
Functionget_knowledge_base_items
Get all knowledge base items with optional search and category filter
backend/app/api/v1/endpoints/knowledge_base.py:13
Functionget_project
Get project by ID with stats
backend/app/api/v1/endpoints/projects.py:40
Functionget_projects
Get all projects with optional filters
backend/app/api/v1/endpoints/projects.py:13
Functionget_report
Get report by ID
backend/app/api/v1/endpoints/reports.py:38
Functionget_reports
Get all reports with optional filters
backend/app/api/v1/endpoints/reports.py:13
Functionget_service
Get service by ID with stats
backend/app/api/v1/endpoints/services.py:34
Functionget_services
Get all services with optional asset filter
backend/app/api/v1/endpoints/services.py:13
Functionget_user
Get user by ID
backend/app/api/v1/endpoints/users.py:36
Functionget_users
Get all users (admin only in production)
backend/app/api/v1/endpoints/users.py:14
Functionget_vulnerabilities
Get all vulnerabilities with optional filters
backend/app/api/v1/endpoints/vulnerabilities.py:17
Functionget_vulnerability
Get vulnerability by ID
backend/app/api/v1/endpoints/vulnerabilities.py:49
Functionget_workspace
Get workspace by ID with full stats
backend/app/api/v1/endpoints/workspaces.py:30
Functionget_workspaces
Get all workspaces with computed stats
backend/app/api/v1/endpoints/workspaces.py:13
FunctionhandleConfirmDelete
()
src/pages/WorkspacesPage.tsx:86
FunctionhandleCreateAsset
(formData: AssetFormData)
src/pages/AssetsPage.tsx:28
FunctionhandleCreateAsset
(assetData: any)
src/pages/WorkspaceDetailPage.tsx:141
FunctionhandleCreateService
(data: ServiceFormData)
src/pages/AssetDetailPage.tsx:94
FunctionhandleCreateService
(formData: ServiceFormData)
src/pages/ServicesPage.tsx:50
FunctionhandleCreateUser
(e: React.FormEvent)
src/pages/UsersPage.tsx:77
FunctionhandleCreateVulnerability
(formData: VulnerabilityFormData)
src/pages/VulnerabilitiesPage.tsx:27
FunctionhandleCreateWorkspace
(formData: WorkspaceFormData)
src/pages/WorkspacesPage.tsx:57
FunctionhandleDeleteConfirm
()
src/pages/ReportsPage.tsx:51
FunctionhandleGenerateReport
(formData: ReportFormData)
src/pages/ReportsPage.tsx:28
FunctionhandleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:80
FunctionhandleLogout
()
src/components/layout/Topbar.tsx:21
FunctionhandleManageGroup
(group: GroupedService)
src/pages/ServicesPage.tsx:79
FunctionhandlePasswordChange
()
src/pages/SettingsPage.tsx:71
FunctionhandleSaveGroup
( updatedService: Partial<GroupedService>, addedAssetIds: string[], removedAssetIds: string[] )
src/pages/ServicesPage.tsx:84
FunctionhandleStatusChange
(status: string)
src/pages/VulnerabilityDetailPage.tsx:60
FunctionhandleStatusToggle
()
src/pages/WorkspaceDetailPage.tsx:100
FunctionhandleSubmit
(e: React.FormEvent)
src/components/knowledge-base/CreateKnowledgeBaseDialog.tsx:67
FunctionhandleSubmit
(e: React.FormEvent)
src/components/vulnerabilities/CreateVulnerabilityDialog.tsx:214
FunctionhandleSubmit
(e: React.FormEvent)
src/components/assets/AssetDialog.tsx:166
FunctionhandleSubmit
(e: React.FormEvent)
src/components/workspaces/ProjectDialog.tsx:170
FunctionhandleSubmit
(e: React.FormEvent)
src/components/workspaces/CreateWorkspaceDialog.tsx:84
FunctionhandleSubmit
(e: React.FormEvent)
src/components/services/EditServiceDialog.tsx:86
FunctionhandleSubmit
(e: React.FormEvent)
src/components/services/CreateServiceDialog.tsx:112
FunctionhandleSubmit
(e: React.FormEvent)
src/components/reports/GenerateReportDialog.tsx:89
FunctionhandleSubmit
(e: React.FormEvent)
src/pages/LoginPage.tsx:21
FunctionhandleTagKeyPress
(e: React.KeyboardEvent<HTMLInputElement>)
src/components/assets/AssetDialog.tsx:250
FunctionhandleTagKeyPress
(e: React.KeyboardEvent<HTMLInputElement>)
src/components/workspaces/CreateWorkspaceDialog.tsx:142
FunctionhandleUpdateAsset
(data: AssetFormData)
src/pages/AssetDetailPage.tsx:73
FunctionhandleUpdateProfile
()
src/pages/SettingsPage.tsx:53
Functionhealth_check
()
backend/app/main.py:36
Functioninit_db
()
backend/app/db/session.py:11
FunctionisAuthenticated
()
src/services/api/auth.service.ts:75
Functionlogin
( session: Session = Depends(deps.get_db), login_data: LoginRequest = Body(...) )
backend/app/api/v1/endpoints/auth.py:16
Functionlogin
(email: string, password: string)
src/services/api/auth.service.ts:35
Functionlogout
()
src/services/api/auth.service.ts:55
FunctiononChange
()
src/hooks/use-mobile.tsx:10
Methodpatch
(url: string, data?: any, config?: any)
src/lib/api.client.ts:98
Methodpost
(url: string, data?: any, config?: any)
src/lib/api.client.ts:94
Methodput
(url: string, data?: any, config?: any)
src/lib/api.client.ts:102
Functionread_root
()
backend/app/main.py:28
Functionread_users_me
( current_user: User = Depends(deps.get_current_user), )
backend/app/api/v1/endpoints/auth.py:36
FunctionslugToTitle
(slug: string)
src/utils/formatters.ts:50
FunctiontruncateText
(text: string, maxLength: number)
src/utils/formatters.ts:41
Functionupdate
(props: ToasterToast)
src/hooks/use-toast.ts:140
FunctionupdateAsset
(id: string, assetData: Partial<Asset>)
src/context/AppContext.tsx:141
FunctionupdateAsset
(id: string, data: Partial<Asset>)
src/services/api/assets.service.ts:126
FunctionupdateItem
(id: number, data: KnowledgeBaseUpdate)
src/services/api/knowledge-base.service.ts:63
FunctionupdateProject
(id: string, data: ProjectUpdate)
src/services/api/projects.service.ts:154
FunctionupdateService
(id: number, data: ServiceUpdate)
src/services/api/services.service.ts:85
FunctionupdateUser
(id: number, data: UserUpdate)
src/services/api/users.service.ts:45
FunctionupdateVulnerability
(id: string, data: Partial<Vulnerability>)
src/services/api/vulnerabilities.service.ts:164
← previousnext →301–400 of 460, ranked by callers