Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crshdn/mission-control
/ functions
Functions
874 in github.com/crshdn/mission-control
⨍
Functions
874
◇
Types & classes
275
↓ 3 callers
Function
getHealthDetail
()
src/lib/health.ts:281
↓ 3 callers
Function
getHealthSummary
()
src/lib/health.ts:107
↓ 3 callers
Function
getLatestCheckpoint
(taskId: string)
src/lib/checkpoint.ts:46
↓ 3 callers
Function
getLatestScore
(productId: string)
src/lib/autopilot/health-score.ts:414
↓ 3 callers
Function
getPipelineWarning
(task: Task, targetStatus: TaskStatus)
src/components/MissionQueue.tsx:60
↓ 3 callers
Function
getProjectsPath
()
src/lib/config.ts:150
↓ 3 callers
Function
getS3Client
()
src/lib/backup.ts:302
↓ 3 callers
Function
getScoreHistory
(productId: string, days = 30)
src/lib/autopilot/health-score.ts:425
↓ 3 callers
Function
getTaskImages
(task: Task)
src/app/api/tasks/[id]/images/route.ts:21
↓ 3 callers
Function
getTaskPrChecks
(taskId: string)
src/lib/pr-recovery.ts:101
↓ 3 callers
Function
getTasksByStatus
(status: TaskStatus)
src/components/MissionQueue.tsx:55
↓ 3 callers
Function
handleCIFailure
(payload: { conclusion?: string; status?: string; state?: string; head_sha?: string; sha?: string;
src/app/api/webhooks/github/route.ts:111
↓ 3 callers
Function
isValidUrl
(str: string)
src/app/autopilot/new/page.tsx:23
↓ 3 callers
Function
loadCaps
()
src/components/costs/CostCapManager.tsx:18
↓ 3 callers
Function
loadPool
()
src/components/autopilot/MaybePool.tsx:16
↓ 3 callers
Function
minutesSince
(value?: string | null)
src/lib/agent-health.ts:106
↓ 3 callers
Function
normalizeAgentReplyForChat
(rawContent: string)
src/lib/chat-listener.ts:92
↓ 3 callers
Function
openErrorReport
(opts: { errorType: string; errorMessage: string; productId?: string; taskId?: string; })
src/components/ErrorReportModal.tsx:9
↓ 3 callers
Function
parseBackupFilename
(filename: string)
src/lib/backup.ts:67
↓ 3 callers
Function
parseGitHubRepoUrl
(repoUrl?: string | null)
src/lib/github-cli.ts:27
↓ 3 callers
Function
parseTemplate
(row: { id: string; workspace_id: string; name: string; description: string; stages: string; fail_targets: str
src/lib/workflow-engine.ts:55
↓ 3 callers
Function
pick
(arr)
scripts/demo-simulator.js:37
↓ 3 callers
Function
pickDynamicAgent
(taskId: string, stageRole?: string | null)
src/lib/task-governance.ts:112
↓ 3 callers
Function
recordCostEvent
(input: { product_id?: string | null; workspace_id?: string; task_id?: string | null; cycle_id?: strin
src/lib/costs/tracker.ts:7
↓ 3 callers
Function
recordLearnerOnTransition
(taskId: string, previousStatus: string, newStatus: string, passed = true, failReason?: string)
src/lib/task-governance.ts:97
↓ 3 callers
Function
resetRepoConfirmation
()
src/app/autopilot/new/page.tsx:92
↓ 3 callers
Function
resetSettingsRepoConfirmation
()
src/app/autopilot/[productId]/page.tsx:165
↓ 3 callers
Function
runResearchCycle
(productId: string, existingCycleId?: string, chainIdeation = false)
src/lib/autopilot/research.ts:54
↓ 3 callers
Function
saveRepoReadiness
(result: RepoReadinessResult)
src/lib/repo-readiness.ts:166
↓ 3 callers
Function
seedActiveSession
(agentId: string, taskId: string, minutesOld = 10)
src/lib/agent-health.test.ts:51
↓ 3 callers
Function
seedTask
(id: string, workspace = 'default')
src/lib/task-governance.test.ts:11
↓ 3 callers
Function
showToast
(toast: Omit<Toast, 'id'>)
src/components/Toast.tsx:35
↓ 3 callers
Function
storeEmbedding
(ideaId: string, productId: string, title: string, description: string)
src/lib/autopilot/similarity.ts:155
↓ 3 callers
Function
toggle
(section: string)
src/components/autopilot/IdeaCard.tsx:38
↓ 2 callers
Function
actionableConclusion
(conclusion?: string)
src/lib/pr-recovery.ts:72
↓ 2 callers
Function
applyFix
(action: RepoReadinessAction, value?: string)
src/components/autopilot/RepoSetupPanel.tsx:91
↓ 2 callers
Function
assertProductRepoReadyForTaskCreation
(productId: string)
src/lib/autopilot/swipe.ts:22
↓ 2 callers
Function
attachListeners
(key: string)
src/app/api/tasks/[id]/agent-stream/route.ts:109
↓ 2 callers
Function
attemptMove
(task: Task, targetStatus: TaskStatus)
src/components/MissionQueue.tsx:78
↓ 2 callers
Function
base64UrlEncode
(buf: Buffer)
src/lib/openclaw/device-identity.ts:20
↓ 2 callers
Function
bootstrapCoreAgentsRaw
( db: Database.Database, workspaceId: string, missionControlUrl: string, )
src/lib/bootstrap-agents.ts:190
↓ 2 callers
Function
buildTaskFlightRecorder
(taskId: string)
src/lib/task-flight-recorder.ts:241
↓ 2 callers
Function
closeDb
()
src/lib/db/index.ts:42
↓ 2 callers
Function
collectRecentLogs
(context: { productId?: string; taskId?: string; limit?: number; })
src/lib/error-reporting.ts:12
↓ 2 callers
Function
createNote
(taskId: string, content: string, mode: 'note' | 'direct', role: 'user' | 'assistant' = 'user')
src/lib/task-notes.ts:10
↓ 2 callers
Function
createResearchCycle
(productId: string, completedDaysAgo: number)
src/lib/autopilot/health-score.test.ts:29
↓ 2 callers
Function
createSkill
(input: { productId: string; skillType: ProductSkill['skill_type']; title: string; triggerKeywords?: s
src/lib/skills.ts:70
↓ 2 callers
Function
createTaskWorkspace
(task: Task)
src/lib/workspace-isolation.ts:224
↓ 2 callers
Function
derivePublicKeyRaw
(publicKeyPem: string)
src/lib/openclaw/device-identity.ts:25
↓ 2 callers
Function
determineIsolationStrategy
(task: Task)
src/lib/workspace-isolation.ts:188
↓ 2 callers
Function
dispatchTaskFromServer
(taskId: string)
src/lib/server-dispatch.ts:16
↓ 2 callers
Function
ensureFixerExists
(workspaceId: string)
src/lib/task-governance.ts:40
↓ 2 callers
Function
evaluateMaybePool
(productId: string)
src/lib/autopilot/maybe-pool.ts:56
↓ 2 callers
Function
expectReply
(sessionKey: string, taskId: string)
src/lib/chat-listener.ts:68
↓ 2 callers
Function
fetchWithTimeout
(url: string, timeoutMs: number)
src/app/api/products/scan-url/route.ts:110
↓ 2 callers
Function
findProductByRepo
(repoFullName: string)
src/app/api/webhooks/github/route.ts:48
↓ 2 callers
Function
fingerprintPublicKey
(publicKeyPem: string)
src/lib/openclaw/device-identity.ts:35
↓ 2 callers
Method
forceReconnect
* Force-close the current connection so the next call to connect() starts fresh. * Unlike disconnect(), this preserves autoReconnect so the client
src/lib/openclaw/client.ts:527
↓ 2 callers
Function
formatBytes
(bytes: number)
src/app/settings/page.tsx:40
↓ 2 callers
Function
formatTime
(value?: string)
src/components/TaskFlightRecorder.tsx:95
↓ 2 callers
Function
formatTimestamp
(date: Date)
src/lib/backup.ts:75
↓ 2 callers
Method
generateEventId
* Generate a unique event ID using content hashing for proper deduplication. * Uses SHA-256 hash of event type, sequence/run ID, and payload conten
src/lib/openclaw/client.ts:69
↓ 2 callers
Function
getActiveTaskForAgent
(agentId: string)
src/lib/agent-health.ts:150
↓ 2 callers
Function
getActiveTest
(productId: string)
src/lib/autopilot/ab-testing.ts:97
↓ 2 callers
Function
getAllAgentHealth
()
src/lib/agent-health.ts:824
↓ 2 callers
Function
getAllProductScores
()
src/lib/autopilot/health-score.ts:490
↓ 2 callers
Function
getDbPath
()
src/lib/backup.ts:47
↓ 2 callers
Function
getFailureCountInStage
(taskId: string, stage: string)
src/lib/task-governance.ts:30
↓ 2 callers
Function
getGitHubToken
()
src/lib/rollback.ts:136
↓ 2 callers
Function
getMessagesFromOpenClaw
( sessionKey: string )
src/lib/planning-utils.ts:82
↓ 2 callers
Function
getProductProjectDir
(task: Task)
src/lib/workspace-isolation.ts:208
↓ 2 callers
Function
getResearchPrograms
(productId: string)
src/lib/autopilot/ab-testing.ts:478
↓ 2 callers
Function
getTaskNotes
(taskId: string)
src/lib/task-notes.ts:27
↓ 2 callers
Function
getTestComparison
(testId: string)
src/lib/autopilot/ab-testing.ts:405
↓ 2 callers
Function
getUnacknowledgedRollbacks
(productId?: string)
src/lib/rollback.ts:397
↓ 2 callers
Function
getUnreadMail
(agentId: string)
src/lib/mailbox.ts:43
↓ 2 callers
Function
getVariantMetrics
( testId: string, variantId: string, variant: ProductProgramVariant )
src/lib/autopilot/ab-testing.ts:245
↓ 2 callers
Function
getWeights
(product: Product)
src/lib/autopilot/health-score.ts:41
↓ 2 callers
Function
getWorkspacesRoot
(projectDir: string)
src/lib/workspace-isolation.ts:214
↓ 2 callers
Function
gitLsRemote
(args: string[])
src/lib/repo-preflight.ts:76
↓ 2 callers
Function
handleExport
(format: 'csv' | 'json')
src/app/autopilot/[productId]/health/page.tsx:86
↓ 2 callers
Function
handlePlanningCompletion
(taskId: string, parsed: any, messages: any[])
src/app/api/tasks/[id]/planning/poll/route.ts:23
↓ 2 callers
Function
handleRoleAgentChange
(role: string, agentId: string)
src/components/TeamTab.tsx:116
↓ 2 callers
Function
handleScan
(url: string, source: 'repo' | 'site')
src/app/autopilot/new/page.tsx:59
↓ 2 callers
Function
handleStageFailure
( taskId: string, currentStatus: string, failReason: string )
src/lib/workflow-engine.ts:251
↓ 2 callers
Function
handleUpdateStatus
(status: ConvoyStatus)
src/components/ConvoyTab.tsx:134
↓ 2 callers
Function
hashWord
* Hash a single word to a bucket index in [0, EMBEDDING_DIM). * Uses FNV-1a-inspired hash for decent distribution.
src/lib/autopilot/similarity.ts:49
↓ 2 callers
Function
isHttpUrl
* Determine if a URL is testable via HTTP (dynamic content) or should use file://
src/app/api/tasks/[id]/test/route.ts:325
↓ 2 callers
Function
latestByTime
(items: T[], getTime: (item: T) => string | undefined)
src/lib/task-flight-recorder.ts:203
↓ 2 callers
Function
latestByTimestamp
(items: T[], getTimestamp: (item: T) => string | undefined | null)
src/lib/agent-health.ts:112
↓ 2 callers
Method
listAgents
()
src/lib/openclaw/client.ts:484
↓ 2 callers
Function
listCostCaps
(workspaceId?: string, productId?: string)
src/lib/costs/caps.ts:27
↓ 2 callers
Function
listRollbackHistory
(productId?: string, limit: number = 50)
src/lib/rollback.ts:384
↓ 2 callers
Function
loadProductEmbeddings
* Load all embeddings for a product. For <10K ideas this is fine in memory.
src/lib/autopilot/similarity.ts:179
↓ 2 callers
Function
loadStatus
()
src/components/WorkspaceTab.tsx:32
↓ 2 callers
Function
loadWorkspaces
()
src/components/WorkspaceDashboard.tsx:17
↓ 2 callers
Function
logActivity
(params: LogActivityParams)
src/lib/orchestration.ts:44
↓ 2 callers
Function
markAsRead
(messageId: string)
src/lib/mailbox.ts:59
↓ 2 callers
Function
mergeWorkspace
(task: Task, options?: { force?: boolean; createPR?: boolean })
src/lib/workspace-isolation.ts:490
↓ 2 callers
Function
nudgeAgent
(agentId: string)
src/lib/agent-health.ts:664
← previous
next →
101–200 of 874, ranked by callers