MCPcopy Create free account

hub / github.com/Fibi66/FeiControl / functions

Functions575 in github.com/Fibi66/FeiControl

↓ 2 callersFunctionrenderTaskRow
(task: Task, nextCompleted: boolean)
src/app/(dashboard)/calendar/page.tsx:455
↓ 2 callersFunctionrequestRuntime
(host, port, requestPath, method = 'GET')
scripts/dev-server.cjs:69
↓ 2 callersFunctionresetForm
()
src/components/ChangePasswordModal.tsx:26
↓ 2 callersFunctionrunNext
(args, env)
scripts/dev-server.cjs:25
↓ 2 callersFunctionsafeJson
(filePath: string)
src/app/api/dashboard/route.ts:19
↓ 2 callersFunctionsafeNumber
(val: unknown, fallback = 0)
src/app/api/clawteam/route.ts:76
↓ 2 callersFunctionsanitizePath
(requestedPath: string)
src/app/api/files/route.ts:125
↓ 2 callersFunctionsaveEventCompletions
(completions: EventCompletionState)
src/app/api/calendar/route.ts:50
↓ 2 callersFunctionscheduleNextPoll
(delay: number)
src/components/Office3D/Office3D.tsx:299
↓ 2 callersFunctionsetEnvVar
(envContent: string, key: string, value: string)
src/app/api/system/route.ts:19
↓ 2 callersFunctionstart
()
src/components/Office3D/Office3D.tsx:99
↓ 2 callersFunctionstartPolling
()
src/components/WeeklyCalendar.tsx:44
↓ 2 callersFunctionstop
()
src/components/Office3D/Office3D.tsx:92
↓ 2 callersFunctionsummarizeText
(text: string)
src/app/api/cron/route.ts:124
↓ 2 callersFunctiontimeAgo
(ts: string | number | undefined)
src/components/Office3D/AgentPanel.tsx:19
↓ 2 callersFunctiontoDebugPosition
(vector: Vector3)
src/components/Office3D/AgentAvatar.tsx:48
↓ 1 callersFunctionanimate
()
src/components/office/OfficeCanvas.tsx:157
↓ 1 callersFunctionareDebugEntriesEqual
(left: OfficeAvatarDebugEntry | undefined, right: OfficeAvatarDebugEntry)
src/components/Office3D/AgentAvatar.tsx:81
↓ 1 callersFunctionassertPublicRuntimeGuard
()
next.config.mjs:26
↓ 1 callersFunctionbuildAgentSkillMap
* Build a map of skill-name -> [agentId] by scanning all workspace skill dirs
src/lib/skill-parser.ts:177
↓ 1 callersFunctionbuildCostReport
(filterDays?: number)
src/lib/usage-scanner.ts:127
↓ 1 callersFunctionbuildCron
(mode: FrequencyMode, opts: Record<string, number | number[]>)
src/components/CronJobModal.tsx:60
↓ 1 callersFunctionbuildMicrocementTexture
()
src/components/Office3D/Floor.tsx:6
↓ 1 callersFunctionbuildWoodTexture
()
src/components/Office3D/Floor.tsx:39
↓ 1 callersFunctioncalculateSnapshot
( sessions: SessionData[], timestamp: number )
src/lib/usage-collector.ts:91
↓ 1 callersFunctioncheckMobile
()
src/components/Sidebar.tsx:59
↓ 1 callersFunctioncheckRateLimit
(ip: string)
src/app/api/auth/login/route.ts:26
↓ 1 callersFunctionclearAttempts
(ip: string)
src/app/api/auth/login/route.ts:68
↓ 1 callersFunctioncollectUsage
(dbPath: string)
src/lib/usage-collector.ts:211
↓ 1 callersFunctioncountFiles
* Count files in a skill folder (excluding hidden files)
src/lib/skill-parser.ts:115
↓ 1 callersFunctioncronToHuman
(expr: string)
src/lib/cron-parser.ts:40
↓ 1 callersFunctiondelay
(ms: number)
src/app/api/cron/route.ts:31
↓ 1 callersFunctiondelay
(ms)
scripts/dev-server.cjs:63
↓ 1 callersFunctiondeleteNotification
(id: string)
src/components/NotificationDropdown.tsx:121
↓ 1 callersFunctiondockerAction
(id: string, action: string)
src/app/api/system/services/route.ts:71
↓ 1 callersFunctiondrawAgent
( ctx: CanvasRenderingContext2D, agent: OfficeAgent, sprite: HTMLCanvasElement, position: { x:
src/components/office/OfficeCanvas.tsx:199
↓ 1 callersFunctiondrawSleepIndicator
( ctx: CanvasRenderingContext2D, x: number, y: number, time: number )
src/components/office/OfficeCanvas.tsx:306
↓ 1 callersFunctiondrawSpeechBubble
( ctx: CanvasRenderingContext2D, agent: OfficeAgent, position: { x: number; y: number } )
src/components/office/OfficeCanvas.tsx:335
↓ 1 callersFunctionensureOfficeAvatarDebugState
()
src/components/Office3D/AgentAvatar.tsx:56
↓ 1 callersFunctionextractDisplayTitle
(fullTitle: string)
src/app/(dashboard)/calendar/page.tsx:73
↓ 1 callersFunctionextractFirstParagraph
* Extract first paragraph as description if no front matter description
src/lib/skill-parser.ts:80
↓ 1 callersFunctionextractSessionData
(status: any)
src/lib/usage-collector.ts:58
↓ 1 callersFunctionextractStaticAssetPath
(html)
scripts/dev-server.cjs:97
↓ 1 callersFunctionextractTitle
(content: string)
src/app/api/reports/route.ts:21
↓ 1 callersFunctionfetchCostData
()
src/app/(dashboard)/costs/page.tsx:44
↓ 1 callersFunctionfetchHealth
()
src/app/(dashboard)/page.tsx:163
↓ 1 callersFunctionfetchRemoteClawTeams
* Fetch ClawTeam data from a remote source (e.g. PC via Tailscale). * Returns teams with origin markers. Silently returns [] on any failure.
src/app/api/clawteam/route.ts:305
↓ 1 callersFunctionfetchRemoteJson
(source: RemoteSource, path: string)
src/app/api/clawteam/route.ts:240
↓ 1 callersFunctionfetchStats
()
src/components/TenacitOS/StatusBar.tsx:30
↓ 1 callersFunctionfindFirstFile
(nodes: FileNode[])
src/app/(dashboard)/memory/page.tsx:19
↓ 1 callersFunctionfmtDate
(d: Date)
src/app/(dashboard)/social/page.tsx:74
↓ 1 callersFunctionformatDate
(iso: string)
src/app/(dashboard)/reports/page.tsx:22
↓ 1 callersFunctionformatDeliverySummary
(deliveryValue: unknown)
src/app/api/cron/route.ts:200
↓ 1 callersFunctionformatDescription
(job: JsonRecord, payloadText: string)
src/app/api/cron/route.ts:130
↓ 1 callersFunctionformatIntervalLabel
(ms: number)
src/components/CronWeeklyTimeline.tsx:66
↓ 1 callersFunctionformatRelativeTime
(dateString: string)
src/components/CronJobCard.tsx:122
↓ 1 callersFunctionformatSchedule
(schedule: JsonRecord | null)
src/app/api/cron/route.ts:139
↓ 1 callersFunctionformatSize
(bytes: number)
src/app/(dashboard)/reports/page.tsx:16
↓ 1 callersFunctionformatTime
(h: string, m: string)
src/lib/cron-parser.ts:47
↓ 1 callersFunctionformatTokens
(n?: number)
src/components/Office3D/AgentPanel.tsx:12
↓ 1 callersFunctionformatUptime
(seconds: number)
src/app/api/system/route.ts:204
↓ 1 callersFunctiongenerateFloorTiles
()
src/components/office/HabboRoom.tsx:5
↓ 1 callersFunctiongetActivities
()
src/lib/activity-logger.ts:95
↓ 1 callersFunctiongetActivityStats
()
src/lib/activities-db.ts:252
↓ 1 callersFunctiongetAgentDisplayName
(agentId: string)
src/components/CronJobCard.tsx:101
↓ 1 callersFunctiongetAgentSessionStats
* Get session stats: count, total tokens (from file sizes as proxy), recent sessions.
src/app/api/office/route.ts:145
↓ 1 callersFunctiongetAgentStatus
(id: string)
src/app/(dashboard)/page.tsx:190
↓ 1 callersFunctiongetAgentStatusFromSessions
(agentId: string)
src/app/api/office/route.ts:62
↓ 1 callersFunctiongetAtTime
(schedule: string | Record<string, unknown>)
src/components/CronWeeklyTimeline.tsx:58
↓ 1 callersFunctiongetCharacterColors
()
src/components/office/HabboCharacter.tsx:38
↓ 1 callersFunctiongetCharacterDetails
()
src/components/office/StardewCharacter.tsx:18
↓ 1 callersFunctiongetClientIp
(request: NextRequest)
src/app/api/auth/login/route.ts:18
↓ 1 callersFunctiongetContentType
(filePath)
scripts/dev-server.cjs:155
↓ 1 callersFunctiongetCronHeartbeat
* Get cron heartbeat status: which jobs ran today, any failures
src/app/api/dashboard/route.ts:30
↓ 1 callersFunctiongetDeskStyle
()
src/components/office/PixelCharacter.tsx:36
↓ 1 callersFunctiongetEventKey
(event: Omit<CalendarEvent, "key">)
src/app/(dashboard)/calendar/page.tsx:69
↓ 1 callersFunctiongetEvolutionStatus
* Get self-evolution status and morning briefing info
src/app/api/dashboard/route.ts:128
↓ 1 callersFunctiongetFileExtension
(filename: string)
src/components/FilePreview.tsx:21
↓ 1 callersFunctiongetFileIcon
(name: string)
src/components/FileTree.tsx:29
↓ 1 callersFunctiongetFileTree
(workspacePath: string)
src/app/api/files/route.ts:90
↓ 1 callersFunctiongetFiles
()
src/app/api/memory/search/route.ts:60
↓ 1 callersFunctiongetGreeting
()
src/app/(dashboard)/page.tsx:99
↓ 1 callersFunctiongetHealthMeta
(job: CronJob)
src/components/CronJobCard.tsx:185
↓ 1 callersFunctiongetIntegrationStatus
()
src/app/api/system/route.ts:49
↓ 1 callersFunctiongetInterval
()
src/components/Office3D/MovingAvatar.tsx:124
↓ 1 callersFunctiongetIntervalMs
(schedule: string | Record<string, unknown>)
src/components/CronWeeklyTimeline.tsx:51
↓ 1 callersFunctiongetLanguage
(ext: string)
src/components/FilePreview.tsx:25
↓ 1 callersFunctiongetLiveTeamRuntimes
()
src/app/api/clawteam/route.ts:197
↓ 1 callersFunctiongetLocalClawTeams
* Get local ClawTeam data with origin markers. * Tries board server API first, falls back to filesystem if unavailable.
src/app/api/clawteam/route.ts:454
↓ 1 callersFunctiongetMimeType
(filename: string)
src/app/api/files/download/route.ts:7
↓ 1 callersFunctiongetModelName
(modelId: string)
src/lib/pricing.ts:115
↓ 1 callersFunctiongetMonacoLanguage
(name: string)
src/components/FileBrowser.tsx:76
↓ 1 callersFunctiongetMonitorEmissive
()
src/components/Office3D/AgentDesk.tsx:47
↓ 1 callersFunctiongetMonthDates
(offset: number)
src/app/(dashboard)/social/page.tsx:54
↓ 1 callersFunctiongetOfficeCameraPreset
(presetId: string | null)
src/components/Office3D/Office3D.tsx:61
↓ 1 callersFunctiongetOpenClawStatus
()
src/lib/usage-collector.ts:45
↓ 1 callersFunctiongetPSTDate
()
src/app/(dashboard)/social/page.tsx:46
↓ 1 callersFunctiongetPSTNow
()
src/app/(dashboard)/calendar/page.tsx:34
↓ 1 callersFunctiongetPayloadText
(job: JsonRecord)
src/app/api/cron/route.ts:109
↓ 1 callersFunctiongetRecurrenceMeta
(schedule: JsonRecord | null)
src/app/api/cron/route.ts:159
← previousnext →101–200 of 575, ranked by callers