MCPcopy Create free account

hub / github.com/Fibi66/FeiControl / functions

Functions575 in github.com/Fibi66/FeiControl

FunctionZeldaDesk
({ x, y, agentId }: FurnitureProps)
src/components/office/ZeldaFurniture.tsx:9
FunctionZeldaDoor
({ x, y, orientation = "top" }: FurnitureProps & { orientation?: string })
src/components/office/ZeldaFurniture.tsx:328
FunctionZeldaMonitor
({ x, y, agentId }: FurnitureProps)
src/components/office/ZeldaFurniture.tsx:48
FunctionZeldaPlant
({ x, y }: FurnitureProps)
src/components/office/ZeldaFurniture.tsx:112
FunctionZeldaRoom
()
src/components/office/ZeldaRoom.tsx:3
FunctionZeldaServerRack
({ x, y }: FurnitureProps)
src/components/office/ZeldaFurniture.tsx:172
FunctionZeldaSmartphone
({ x, y }: FurnitureProps)
src/components/office/ZeldaFurniture.tsx:302
FunctionZeldaWhiteboard
({ x, y }: FurnitureProps)
src/components/office/ZeldaFurniture.tsx:213
Functionclear
()
src/components/Notepad.tsx:43
FunctionclearHistory
()
src/app/(dashboard)/terminal/page.tsx:109
FunctionclearRead
()
src/components/NotificationDropdown.tsx:132
FunctioncloseSidebar
()
src/components/Sidebar.tsx:97
FunctioncopyAll
()
src/app/(dashboard)/terminal/page.tsx:111
FunctiongetAgentsUsingSkill
(skillId: string)
src/lib/agent-skills.ts:115
FunctiongetAllUsedSkills
()
src/lib/agent-skills.ts:99
FunctiongetCostByAgent
(db: Database.Database, days: number = 30)
src/lib/usage-queries.ts:117
FunctiongetCostByModel
(db: Database.Database, days: number = 30)
src/lib/usage-queries.ts:146
FunctiongetCostSummary
(db: Database.Database)
src/lib/usage-queries.ts:64
FunctiongetDailyCost
(db: Database.Database, days: number = 30)
src/lib/usage-queries.ts:175
FunctiongetDatabase
(dbPath: string = DEFAULT_DB_PATH)
src/lib/usage-queries.ts:53
FunctiongetHourlyCost
(db: Database.Database)
src/lib/usage-queries.ts:209
FunctiongetNewTarget
()
src/components/Office3D/MovingAvatar.tsx:103
FunctiongetRepoStatus
(repoPath: string)
src/app/api/git/route.ts:35
FunctiongoToNextWeek
()
src/components/WeeklyCalendar.tsx:85
FunctiongoToPreviousWeek
()
src/components/WeeklyCalendar.tsx:84
FunctiongoToToday
()
src/components/WeeklyCalendar.tsx:86
FunctionhandleClearActivityLog
()
src/components/QuickActions.tsx:46
FunctionhandleClick
()
src/components/FileTree.tsx:53
FunctionhandleClickOutside
(event: MouseEvent)
src/components/NotificationDropdown.tsx:80
FunctionhandleClose
()
src/components/ChangePasswordModal.tsx:33
FunctionhandleCloseModal
()
src/components/Office3D/Office3D.tsx:351
FunctionhandleClosePanel
()
src/components/Office3D/Office3D.tsx:347
FunctionhandleCopy
()
src/components/FilePreview.tsx:170
FunctionhandleDownload
()
src/components/FilePreview.tsx:160
FunctionhandleDragLeave
()
src/components/FileBrowser.tsx:420
FunctionhandleDragOver
(e: React.DragEvent)
src/components/FileBrowser.tsx:419
FunctionhandleDrop
(e: React.DragEvent)
src/components/FileBrowser.tsx:421
FunctionhandleEscape
(e: KeyboardEvent)
src/components/SkillDetailModal.tsx:29
FunctionhandleKeyDown
(e: KeyboardEvent<HTMLTextAreaElement>)
src/components/MarkdownEditor.tsx:24
FunctionhandleKeyDown
(e: KeyboardEvent)
src/components/TenacitOS/TopBar.tsx:16
FunctionhandleKeyDown
(event: KeyboardEvent)
src/components/Office3D/FirstPersonControls.tsx:29
FunctionhandleKeyDown
(e: React.KeyboardEvent)
src/app/(dashboard)/terminal/page.tsx:93
FunctionhandleKeyUp
(event: KeyboardEvent)
src/components/Office3D/FirstPersonControls.tsx:57
FunctionhandleLogout
()
src/components/Sidebar.tsx:90
FunctionhandleMouseMove
(e: React.MouseEvent<HTMLCanvasElement>)
src/components/office/OfficeCanvas.tsx:434
FunctionhandlePromptSave
()
src/components/CronJobCard.tsx:312
FunctionhandleRefresh
()
src/app/(dashboard)/git/page.tsx:61
FunctionhandleRefresh
()
src/app/(dashboard)/settings/page.tsx:63
FunctionhandleRestartGateway
()
src/components/QuickActions.tsx:41
FunctionhandleRun
(id: string)
src/app/(dashboard)/cron/page.tsx:190
FunctionhandleSavePrompt
(id: string, prompt: string)
src/app/(dashboard)/cron/page.tsx:219
FunctionhandleSubmit
(e: React.FormEvent)
src/components/ChangePasswordModal.tsx:38
FunctionhandleSubmit
(e: React.FormEvent)
src/components/CronJobModal.tsx:138
FunctionhandleSubmit
(e: React.FormEvent)
src/app/login/page.tsx:14
FunctionhandleToggle
(id: string, enabled: boolean)
src/app/(dashboard)/cron/page.tsx:154
FunctionhandleViewLogs
()
src/components/QuickActions.tsx:66
FunctionhandleVisibilityChange
()
src/components/WeeklyCalendar.tsx:56
FunctionhandleVisibilityChange
()
src/components/Office3D/Office3D.tsx:109
Functionhandler
(e: KeyboardEvent)
src/components/FileBrowser.tsx:145
Functionheaders
()
next.config.mjs:67
FunctionlayoutAgent
(agent: Agent, level: number, col: number)
src/components/AgentOrganigrama.tsx:63
FunctionloadConfiguredSkills
* Load configured skills from config file
src/lib/skill-parser.ts:222
FunctionlogActivity
( type: ActivityType, description: string, status: ActivityStatus, options?: LogActivityOptions )
src/lib/activity-logger.ts:49
FunctionmarkAllAsRead
()
src/components/NotificationDropdown.tsx:108
Functionmiddleware
(request: NextRequest)
src/middleware.ts:15
FunctionparseRow
(row: Record<string, unknown>)
src/lib/activities-db.ts:176
FunctionreadJsonFile
(filePath: string)
src/app/api/clawteam/route.ts:114
Functionshutdown
()
scripts/dev-server.cjs:280
Functionstart
(controller)
src/app/api/activities/stream/route.ts:15
FunctiontoggleSidebar
()
src/components/Sidebar.tsx:96
FunctionupdateActivity
( id: string, status: string, opts?: { duration_ms?: number; tokens_used?: number } )
src/lib/activities-db.ts:148
FunctionupdateActivityStatus
( id: string, status: ActivityStatus, options?: { duration_ms?: number; tokens_used?: number } )
src/lib/activity-logger.ts:107
FunctionuseAvatarModel
(agentId: string)
src/components/Office3D/useAvatarModel.ts:4
FunctionuseDebounce
(value: T, delay: number)
src/hooks/useDebounce.ts:3
Functionwebpack
(config)
next.config.mjs:62
← previous501–575 of 575, ranked by callers