Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TinyActive/fluxion
/ functions
Functions
460 in github.com/TinyActive/fluxion
⨍
Functions
460
◇
Types & classes
162
↳
Endpoints
48
Function
getAssetsByWorkspace
(workspaceId: string)
src/context/AppContext.tsx:184
Method
getClient
()
src/lib/api.client.ts:85
Function
getCurrentUser
()
src/services/api/auth.service.ts:50
Method
getDerivedStateFromError
(error: Error)
src/components/ui/ErrorBoundary.tsx:24
Function
getItem
(id: number)
src/services/api/knowledge-base.service.ts:53
Function
getItems
(filters?: KnowledgeBaseFilters)
src/services/api/knowledge-base.service.ts:40
Function
getProject
(id: string)
src/services/api/projects.service.ts:143
Function
getProjectById
(id: string)
src/context/AppContext.tsx:214
Function
getProjects
(filters?: ProjectFilters)
src/services/api/projects.service.ts:128
Function
getProjectsByStatus
(status: Project['status'])
src/data/projects.ts:258
Function
getProjectsByType
(type: Project['type'])
src/data/projects.ts:254
Function
getProjectsByWorkspace
(workspaceId: string)
src/context/AppContext.tsx:199
Function
getProjectsByWorkspace
(workspaceId: string)
src/data/projects.ts:246
Function
getReport
(id: number)
src/services/api/reports.service.ts:44
Function
getReports
(filters?: ReportFilters)
src/services/api/reports.service.ts:30
Function
getService
(id: number)
src/services/api/services.service.ts:75
Function
getServices
(filters?: ServiceFilters)
src/services/api/services.service.ts:62
Function
getStoredUser
()
src/services/api/auth.service.ts:60
Function
getToken
()
src/services/api/auth.service.ts:71
Function
getUser
(id: number)
src/services/api/users.service.ts:35
Function
getUsers
()
src/services/api/users.service.ts:30
Function
getVulnerabilities
(filters?: VulnerabilityFilters)
src/services/api/vulnerabilities.service.ts:137
Function
getVulnerabilitiesByAsset
(assetId: string)
src/context/AppContext.tsx:193
Function
getVulnerabilitiesByService
(serviceId: string)
src/context/AppContext.tsx:196
Function
getVulnerabilitiesByWorkspace
(workspaceId: string)
src/context/AppContext.tsx:190
Function
getVulnerability
(id: string)
src/services/api/vulnerabilities.service.ts:153
Function
getWorkspace
(id: number)
src/services/api/workspaces.service.ts:42
Function
getWorkspaces
()
src/services/api/workspaces.service.ts:37
Function
get_activities
Get activity log with filters and pagination
backend/app/api/v1/endpoints/activities.py:14
Function
get_activity
Get single activity by ID
backend/app/api/v1/endpoints/activities.py:42
Function
get_asset
Get asset by ID with stats
backend/app/api/v1/endpoints/assets.py:40
Function
get_assets
Get all assets with optional filters
backend/app/api/v1/endpoints/assets.py:13
Function
get_current_user
( session: Session = Depends(get_db), token: Optional[str] = Depends(reusable_oauth2) )
backend/app/api/deps.py:22
Function
get_db
()
backend/app/api/deps.py:19
Function
get_knowledge_base_item
Get knowledge base item by ID
backend/app/api/v1/endpoints/knowledge_base.py:36
Function
get_knowledge_base_items
Get all knowledge base items with optional search and category filter
backend/app/api/v1/endpoints/knowledge_base.py:13
Function
get_project
Get project by ID with stats
backend/app/api/v1/endpoints/projects.py:40
Function
get_projects
Get all projects with optional filters
backend/app/api/v1/endpoints/projects.py:13
Function
get_report
Get report by ID
backend/app/api/v1/endpoints/reports.py:38
Function
get_reports
Get all reports with optional filters
backend/app/api/v1/endpoints/reports.py:13
Function
get_service
Get service by ID with stats
backend/app/api/v1/endpoints/services.py:34
Function
get_services
Get all services with optional asset filter
backend/app/api/v1/endpoints/services.py:13
Function
get_user
Get user by ID
backend/app/api/v1/endpoints/users.py:36
Function
get_users
Get all users (admin only in production)
backend/app/api/v1/endpoints/users.py:14
Function
get_vulnerabilities
Get all vulnerabilities with optional filters
backend/app/api/v1/endpoints/vulnerabilities.py:17
Function
get_vulnerability
Get vulnerability by ID
backend/app/api/v1/endpoints/vulnerabilities.py:49
Function
get_workspace
Get workspace by ID with full stats
backend/app/api/v1/endpoints/workspaces.py:30
Function
get_workspaces
Get all workspaces with computed stats
backend/app/api/v1/endpoints/workspaces.py:13
Function
handleConfirmDelete
()
src/pages/WorkspacesPage.tsx:86
Function
handleCreateAsset
(formData: AssetFormData)
src/pages/AssetsPage.tsx:28
Function
handleCreateAsset
(assetData: any)
src/pages/WorkspaceDetailPage.tsx:141
Function
handleCreateService
(data: ServiceFormData)
src/pages/AssetDetailPage.tsx:94
Function
handleCreateService
(formData: ServiceFormData)
src/pages/ServicesPage.tsx:50
Function
handleCreateUser
(e: React.FormEvent)
src/pages/UsersPage.tsx:77
Function
handleCreateVulnerability
(formData: VulnerabilityFormData)
src/pages/VulnerabilitiesPage.tsx:27
Function
handleCreateWorkspace
(formData: WorkspaceFormData)
src/pages/WorkspacesPage.tsx:57
Function
handleDeleteConfirm
()
src/pages/ReportsPage.tsx:51
Function
handleGenerateReport
(formData: ReportFormData)
src/pages/ReportsPage.tsx:28
Function
handleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:80
Function
handleLogout
()
src/components/layout/Topbar.tsx:21
Function
handleManageGroup
(group: GroupedService)
src/pages/ServicesPage.tsx:79
Function
handlePasswordChange
()
src/pages/SettingsPage.tsx:71
Function
handleSaveGroup
( updatedService: Partial<GroupedService>, addedAssetIds: string[], removedAssetIds: string[] )
src/pages/ServicesPage.tsx:84
Function
handleStatusChange
(status: string)
src/pages/VulnerabilityDetailPage.tsx:60
Function
handleStatusToggle
()
src/pages/WorkspaceDetailPage.tsx:100
Function
handleSubmit
(e: React.FormEvent)
src/components/knowledge-base/CreateKnowledgeBaseDialog.tsx:67
Function
handleSubmit
(e: React.FormEvent)
src/components/vulnerabilities/CreateVulnerabilityDialog.tsx:214
Function
handleSubmit
(e: React.FormEvent)
src/components/assets/AssetDialog.tsx:166
Function
handleSubmit
(e: React.FormEvent)
src/components/workspaces/ProjectDialog.tsx:170
Function
handleSubmit
(e: React.FormEvent)
src/components/workspaces/CreateWorkspaceDialog.tsx:84
Function
handleSubmit
(e: React.FormEvent)
src/components/services/EditServiceDialog.tsx:86
Function
handleSubmit
(e: React.FormEvent)
src/components/services/CreateServiceDialog.tsx:112
Function
handleSubmit
(e: React.FormEvent)
src/components/reports/GenerateReportDialog.tsx:89
Function
handleSubmit
(e: React.FormEvent)
src/pages/LoginPage.tsx:21
Function
handleTagKeyPress
(e: React.KeyboardEvent<HTMLInputElement>)
src/components/assets/AssetDialog.tsx:250
Function
handleTagKeyPress
(e: React.KeyboardEvent<HTMLInputElement>)
src/components/workspaces/CreateWorkspaceDialog.tsx:142
Function
handleUpdateAsset
(data: AssetFormData)
src/pages/AssetDetailPage.tsx:73
Function
handleUpdateProfile
()
src/pages/SettingsPage.tsx:53
Function
health_check
()
backend/app/main.py:36
Function
init_db
()
backend/app/db/session.py:11
Function
isAuthenticated
()
src/services/api/auth.service.ts:75
Function
login
( session: Session = Depends(deps.get_db), login_data: LoginRequest = Body(...) )
backend/app/api/v1/endpoints/auth.py:16
Function
login
(email: string, password: string)
src/services/api/auth.service.ts:35
Function
logout
()
src/services/api/auth.service.ts:55
Function
onChange
()
src/hooks/use-mobile.tsx:10
Method
patch
(url: string, data?: any, config?: any)
src/lib/api.client.ts:98
Method
post
(url: string, data?: any, config?: any)
src/lib/api.client.ts:94
Method
put
(url: string, data?: any, config?: any)
src/lib/api.client.ts:102
Function
read_root
()
backend/app/main.py:28
Function
read_users_me
( current_user: User = Depends(deps.get_current_user), )
backend/app/api/v1/endpoints/auth.py:36
Function
slugToTitle
(slug: string)
src/utils/formatters.ts:50
Function
truncateText
(text: string, maxLength: number)
src/utils/formatters.ts:41
Function
update
(props: ToasterToast)
src/hooks/use-toast.ts:140
Function
updateAsset
(id: string, assetData: Partial<Asset>)
src/context/AppContext.tsx:141
Function
updateAsset
(id: string, data: Partial<Asset>)
src/services/api/assets.service.ts:126
Function
updateItem
(id: number, data: KnowledgeBaseUpdate)
src/services/api/knowledge-base.service.ts:63
Function
updateProject
(id: string, data: ProjectUpdate)
src/services/api/projects.service.ts:154
Function
updateService
(id: number, data: ServiceUpdate)
src/services/api/services.service.ts:85
Function
updateUser
(id: number, data: UserUpdate)
src/services/api/users.service.ts:45
Function
updateVulnerability
(id: string, data: Partial<Vulnerability>)
src/services/api/vulnerabilities.service.ts:164
← previous
next →
301–400 of 460, ranked by callers