MCPcopy Create free account

hub / github.com/asynchronous-x/orbital-ctf / functions

Functions217 in github.com/asynchronous-x/orbital-ctf

↓ 12 callersFunctionpadNumber
(num: number, length: number = 2)
src/components/dashboard/GameClock.tsx:100
↓ 10 callersFunctiontoggleEffect
(effect: keyof CRTEffects)
src/components/Navbar.tsx:82
↓ 4 callersFunctionfetchData
()
src/app/scoreboard/page.tsx:24
↓ 4 callersFunctionfetchGameConfig
()
src/utils/api.ts:92
↓ 4 callersFunctionisAdmin
()
src/app/api/admin/challenges/route.ts:6
↓ 3 callersFunctionfetchAdminTeams
()
src/utils/api.ts:341
↓ 3 callersFunctionfetchSiteConfigurations
()
src/utils/api.ts:319
↓ 3 callersFunctionisAdmin
()
src/app/api/hints/route.ts:6
↓ 2 callersFunctionevaluateUnlockConditions
( conditions: UnlockCondition[], solvedChallengeIds: Set<string>, gameConfig: GameConfig | null )
src/lib/challenges.ts:8
↓ 2 callersFunctionfetchAnnouncements
()
src/utils/api.ts:76
↓ 2 callersFunctionfetchChallenge
(challengeId: string)
src/utils/api.ts:44
↓ 2 callersFunctionfetchConfigs
()
src/components/admin/SiteConfigurationTab.tsx:22
↓ 2 callersFunctionfetchHints
(challengeId: string)
src/utils/api.ts:117
↓ 2 callersFunctionformatDateForInput
(date: Date | string | null)
src/components/admin/GameConfigurationTab.tsx:71
↓ 2 callersFunctionformatDateForInput
(date: Date | string | null)
src/components/admin/ConfigurationTab.tsx:98
↓ 2 callersFunctionformatTime
(dateStr: string | Date | null | undefined)
src/components/dashboard/GameClock.tsx:104
↓ 2 callersFunctiongetTeamIcon
(iconName?: string, color?: string)
src/components/dashboard/Leaderboard.tsx:25
↓ 2 callersFunctionhandleInputChange
(key: string, value: string)
src/components/admin/SiteConfigurationTab.tsx:57
↓ 2 callersFunctionhandleTimeChange
(field: 'startTime' | 'endTime', value: string)
src/components/admin/GameConfigurationTab.tsx:62
↓ 2 callersFunctionhandleTimeChange
(field: 'startTime' | 'endTime', value: string)
src/components/admin/ConfigurationTab.tsx:88
↓ 2 callersFunctionisAdmin
()
src/app/api/admin/challenges/bulk/route.ts:6
↓ 2 callersFunctionupdateGameConfig
(config: GameConfig)
src/utils/api.ts:302
↓ 1 callersFunctioncalculateTimeComponents
()
src/components/dashboard/GameClock.tsx:40
↓ 1 callersFunctioncheckMobileView
()
src/app/dashboard/page.tsx:50
↓ 1 callersMethodcopyFile
(sourcePath: string, destPath: string)
src/lib/challenge-ingestion.ts:19
↓ 1 callersFunctioncreateAnnouncement
(announcement: NewAnnouncement)
src/utils/api.ts:150
↓ 1 callersFunctioncreateChallenge
(challenge: NewChallenge)
src/utils/api.ts:182
↓ 1 callersFunctioncreateChallengeGrid
()
src/components/DetailedCategoryView.tsx:43
↓ 1 callersFunctiondeleteAdminActivityLog
(id: string)
src/utils/api.ts:450
↓ 1 callersFunctiondeleteAdminUser
(id: string)
src/utils/api.ts:387
↓ 1 callersFunctiondeleteAnnouncement
(id: string)
src/utils/api.ts:164
↓ 1 callersFunctiondeleteChallenge
(id: string)
src/utils/api.ts:249
↓ 1 callersFunctiondeleteFile
(filePath: string)
src/utils/api.ts:230
↓ 1 callersFunctiondeleteTeam
(id: string)
src/utils/api.ts:349
↓ 1 callersFunctionexportChallenges
()
src/utils/api.ts:264
↓ 1 callersFunctionfetchActivity
()
src/utils/api.ts:84
↓ 1 callersFunctionfetchAdminActivityLogs
()
src/utils/api.ts:425
↓ 1 callersFunctionfetchAdminChallenges
()
src/utils/api.ts:241
↓ 1 callersFunctionfetchAdminMetrics
()
src/utils/api.ts:463
↓ 1 callersFunctionfetchAdminSubmissions
()
src/utils/api.ts:417
↓ 1 callersFunctionfetchAdminUsers
()
src/utils/api.ts:379
↓ 1 callersFunctionfetchCategories
()
src/utils/api.ts:174
↓ 1 callersFunctionfetchChallengesByCategory
(categoryId: string)
src/utils/api.ts:52
↓ 1 callersFunctionfetchLeaderboard
()
src/utils/api.ts:68
↓ 1 callersFunctionfetchRules
()
src/utils/api.ts:36
↓ 1 callersFunctionfetchScoreboardTeams
()
src/utils/api.ts:100
↓ 1 callersFunctionfetchTeam
(teamId: string)
src/utils/api.ts:60
↓ 1 callersFunctionfetchTeamPointHistory
(teamId: string, limit: number = 1000)
src/utils/api.ts:109
↓ 1 callersFunctiongenerateOrbitConfigurations
(count: number)
src/components/SpaceScene.tsx:25
↓ 1 callersFunctiongetChallengeColor
()
src/components/DetailedCategoryView.tsx:50
↓ 1 callersFunctiongetChallengeText
()
src/components/DetailedCategoryView.tsx:56
↓ 1 callersFunctiongetConfigDescription
(key: string)
src/components/admin/SiteConfigurationTab.tsx:112
↓ 1 callersFunctiongetSatelliteColor
()
src/components/SpaceScene.tsx:76
↓ 1 callersFunctiongetTeamIcon
(iconName?: string, color?: string)
src/components/ScoreboardStandings.tsx:31
↓ 1 callersFunctionhandleChallengeSubmit
( e: React.FormEvent, challenge: Challenge | NewChallenge, apiMethod: 'POST' | 'PATCH', onDataRefresh?
src/components/admin/ChallengeModal.tsx:495
↓ 1 callersFunctionhandleDelete
(id: string)
src/components/admin/ChallengesTab.tsx:54
↓ 1 callersFunctionhandleDelete
(id: string)
src/components/admin/ActivityLogTab.tsx:45
↓ 1 callersFunctionhandleDeleteAnnouncement
(id: string)
src/components/admin/AnnouncementsTab.tsx:55
↓ 1 callersFunctionhandleDeleteTeam
(id: string)
src/components/admin/TeamsTab.tsx:35
↓ 1 callersFunctionhandleDeleteUser
(id: string)
src/components/admin/UsersTab.tsx:41
↓ 1 callersFunctionhandleEdit
(challenge: Challenge)
src/components/admin/ChallengesTab.tsx:66
↓ 1 callersFunctionhandleEdit
(log: AdminActivityLog)
src/components/admin/ActivityLogTab.tsx:56
↓ 1 callersFunctionhandleEditTeam
(team: Team)
src/components/admin/TeamsTab.tsx:47
↓ 1 callersFunctionhandleEditUser
(user: User)
src/components/admin/UsersTab.tsx:53
↓ 1 callersFunctionhandleFileDelete
(file: ChallengeFile)
src/components/admin/ChallengeModal.tsx:30
↓ 1 callersFunctionhandlePurchaseHint
(hintId: string)
src/app/challenges/[challengeId]/page.tsx:127
↓ 1 callersFunctionimportChallenges
(challenges: Challenge[])
src/utils/api.ts:272
↓ 1 callersMethodingestChallenges
()
src/lib/challenge-ingestion.ts:150
↓ 1 callersFunctionisAdmin
()
src/app/api/config/route.ts:6
↓ 1 callersFunctionloadCategories
()
src/components/SpaceScene.tsx:200
↓ 1 callersFunctionloadChallenge
()
src/app/challenges/[challengeId]/page.tsx:109
↓ 1 callersFunctionloadChallenges
()
src/app/categories/[categoryId]/page.tsx:48
↓ 1 callersFunctionloadDashboardData
()
src/app/dashboard/page.tsx:71
↓ 1 callersFunctionloadGameConfig
()
src/components/admin/GameConfigurationTab.tsx:17
↓ 1 callersFunctionloadGameConfig
()
src/components/admin/ConfigurationTab.tsx:23
↓ 1 callersFunctionloadIcons
()
src/components/auth/TeamIconSelection.tsx:25
↓ 1 callersFunctionloadMetrics
()
src/components/admin/MetricsTab.tsx:12
↓ 1 callersFunctionloadRules
()
src/app/rules/page.tsx:14
↓ 1 callersFunctionmain
()
prisma/seed.ts:8
↓ 1 callersFunctionmain
()
prisma/seed-example.ts:19
↓ 1 callersFunctionopenPurchaseModal
(hint: Hint)
src/app/challenges/[challengeId]/page.tsx:141
↓ 1 callersMethodprocessChallenge
( categoryDir: string, challengeName: string )
src/lib/challenge-ingestion.ts:64
↓ 1 callersMethodprocessChallengeFiles
( challengeDir: string, challengeName: string )
src/lib/challenge-ingestion.ts:24
↓ 1 callersFunctionpurchaseHint
(hintId: string)
src/utils/api.ts:125
↓ 1 callersFunctionsignUp
(data: SignUpRequest)
src/utils/api.ts:471
↓ 1 callersFunctionsubmitFlag
(challengeId: string, flag: string)
src/utils/api.ts:137
↓ 1 callersFunctionupdateAdminActivityLog
( data: Partial<AdminActivityLog> & { id: string } )
src/utils/api.ts:433
↓ 1 callersFunctionupdateAdminUser
(userData: Partial<User>)
src/utils/api.ts:402
↓ 1 callersFunctionupdateChallenge
(challenge: Challenge)
src/utils/api.ts:197
↓ 1 callersFunctionupdateSiteConfig
(config: SiteConfig)
src/utils/api.ts:287
↓ 1 callersFunctionupdateSiteConfiguration
(key: string, value: string)
src/utils/api.ts:327
↓ 1 callersFunctionupdateTeam
(teamData: Partial<Team>)
src/utils/api.ts:364
↓ 1 callersFunctionuploadFile
(file: File, challengeId: string)
src/utils/api.ts:212
FunctionActivity
({ activities, isOpen, setIsOpen, isMobile = false }: ActivityProps)
src/components/dashboard/Activity.tsx:25
FunctionActivityLogEditModal
({ log, teams, isOpen, onClose, onSave, onDataRefresh, }: ActivityLogEditModalProps)
src/components/admin/ActivityLogEditModal.tsx:13
FunctionActivityLogTab
()
src/components/admin/ActivityLogTab.tsx:13
FunctionAdminDashboard
()
src/app/admin/page.tsx:33
FunctionAnnouncementModal
({ title, announcement, setAnnouncement, onSubmit, onClose, submitText }: AnnouncementModalProps)
src/components/admin/AnnouncementModal.tsx:13
FunctionAnnouncements
({ announcements, isOpen, setIsOpen, isMobile }: AnnouncementsProps)
src/components/dashboard/Announcements.tsx:17
FunctionAnnouncementsTab
()
src/components/admin/AnnouncementsTab.tsx:9
next →1–100 of 217, ranked by callers