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
↓ 1 callers
Function
handleWebsite
(url: string)
src/app/api/products/scan-url/route.ts:196
↓ 1 callers
Function
handleWorkflowChange
(templateId: string)
src/components/TeamTab.tsx:81
↓ 1 callers
Function
isAuthenticated
* Check if the request carries a valid Bearer token or originates from the same host. * This mirrors the middleware logic but is evaluated inline sin
src/app/api/health/route.ts:36
↓ 1 callers
Function
isBlockedLike
(activity?: ActivitySignal)
src/lib/agent-health.ts:144
↓ 1 callers
Function
isCompletionLike
(activity: ActivitySignal)
src/lib/agent-health.ts:134
↓ 1 callers
Function
isCompletionLike
(activity: ActivityRow)
src/lib/task-flight-recorder.ts:207
↓ 1 callers
Function
isSameOriginRequest
* Check if a request originates from the same host (browser UI). * Same-origin browser requests include a Referer or Origin header * pointing to the
src/middleware.ts:15
↓ 1 callers
Function
latestAwaitingReplyFromDb
(sessionKey: string)
src/lib/chat-listener.ts:123
↓ 1 callers
Function
listBackups
()
src/lib/backup.ts:143
↓ 1 callers
Function
listIdeas
(productId: string, filters?: { status?: string; category?: string; source?: string; })
src/lib/autopilot/ideation.ts:414
↓ 1 callers
Method
listModels
()
src/lib/openclaw/client.ts:507
↓ 1 callers
Function
listProducts
(workspaceId?: string)
src/lib/autopilot/products.ts:36
↓ 1 callers
Function
listS3Backups
()
src/lib/backup.ts:352
↓ 1 callers
Function
listSchedules
(productId: string)
src/lib/autopilot/scheduling.ts:24
↓ 1 callers
Function
listTests
(productId: string)
src/lib/autopilot/ab-testing.ts:210
↓ 1 callers
Function
listVariants
(productId: string)
src/lib/autopilot/ab-testing.ts:51
↓ 1 callers
Function
loadData
()
src/components/AgentActivityDashboard.tsx:44
↓ 1 callers
Function
loadData
()
src/app/workspace/[slug]/page.tsx:80
↓ 1 callers
Function
loadDeck
()
src/components/autopilot/SwipeDeck.tsx:32
↓ 1 callers
Function
loadHealth
()
src/components/AgentsSidebar.tsx:75
↓ 1 callers
Function
loadIdeas
()
src/app/autopilot/[productId]/review/page.tsx:17
↓ 1 callers
Function
loadModels
()
src/components/AgentModal.tsx:60
↓ 1 callers
Function
loadOrCreateDeviceIdentity
()
src/lib/openclaw/device-identity.ts:58
↓ 1 callers
Function
loadSubAgentCount
()
src/components/AgentsSidebar.tsx:56
↓ 1 callers
Function
loadSubAgentCount
()
src/components/Header.tsx:28
↓ 1 callers
Function
loadWorkspace
()
src/app/workspace/[slug]/page.tsx:47
↓ 1 callers
Function
loadWorkspace
()
src/app/workspace/[slug]/activity/page.tsx:14
↓ 1 callers
Function
logDeliverable
(params: LogDeliverableParams)
src/lib/orchestration.ts:72
↓ 1 callers
Function
logRemoteBranchProbe
(repoUrl: string, requestedBranch: string, taskId: string)
src/lib/workspace-isolation.ts:117
↓ 1 callers
Function
main
()
scripts/mc-bridge.py:338
↓ 1 callers
Function
maxTimestamp
(...values: Array<string | undefined | null>)
src/lib/agent-health.ts:116
↓ 1 callers
Function
mergeRevertPR
(prUrl: string)
src/lib/rollback.ts:278
↓ 1 callers
Function
mergeSandbox
( task: Task, mergeId: string, now: string, _options?: { force?: boolean } )
src/lib/workspace-isolation.ts:596
↓ 1 callers
Function
mergeWorktree
( task: Task, mergeId: string, now: string, options?: { force?: boolean; createPR?: boolean } )
src/lib/workspace-isolation.ts:509
↓ 1 callers
Function
normalCDF
* Standard normal CDF approximation (Abramowitz and Stegun 26.2.17). * Accurate to ~1.5e-7.
src/lib/autopilot/ab-testing.ts:381
↓ 1 callers
Function
normaliseModel
Normalise the gateway model field to a plain string.
src/app/api/agents/discover/route.ts:23
↓ 1 callers
Function
normalizeRole
(name: string)
src/lib/agent-catalog-sync.ts:25
↓ 1 callers
Function
normalizeRole
(value: string)
src/app/api/tasks/[id]/roles/route.ts:8
↓ 1 callers
Function
noteTitle
(note: NoteRow)
src/lib/task-flight-recorder.ts:191
↓ 1 callers
Function
parseDefaultBranch
(lsRemoteOutput: string)
src/lib/repo-preflight.ts:49
↓ 1 callers
Function
parseDefaultBranch
(lsRemoteOutput: string)
src/lib/workspace-isolation.ts:105
↓ 1 callers
Function
parseGitHubPrUrl
(prUrl?: string | null)
src/lib/github-cli.ts:57
↓ 1 callers
Function
parseGitHubUrl
(url: string)
src/app/api/products/scan-url/route.ts:57
↓ 1 callers
Function
parseHeadBranches
(lsRemoteOutput: string)
src/lib/repo-preflight.ts:53
↓ 1 callers
Function
parseHeadBranches
(lsRemoteOutput: string)
src/lib/workspace-isolation.ts:110
↓ 1 callers
Function
pickAction
()
scripts/demo-simulator.js:249
↓ 1 callers
Function
promoteWinner
(testId: string)
src/lib/autopilot/ab-testing.ts:224
↓ 1 callers
Function
publicKeyRawBase64Url
(publicKeyPem: string)
src/lib/openclaw/device-identity.ts:41
↓ 1 callers
Function
queueDispatch
* Queue an async dispatch — fire-and-forget internal fetch to the dispatch endpoint.
src/lib/autopilot/swipe.ts:400
↓ 1 callers
Function
readWorkflowFiles
(owner: string, repo: string, branch: string)
src/lib/repo-readiness.ts:192
↓ 1 callers
Function
readinessIsFresh
(checkedAt: string)
src/lib/autopilot/swipe.ts:17
↓ 1 callers
Function
recordRollbackEvent
(event: { product_id: string; task_id?: string; trigger_type: 'health_check' | 'ci_failure' | 'manual';
src/lib/rollback.ts:322
↓ 1 callers
Function
recordSwipe
(productId: string, input: SwipeInput)
src/lib/autopilot/swipe.ts:54
↓ 1 callers
Function
recoverIdeationCycles
()
src/lib/autopilot/recovery.ts:91
↓ 1 callers
Function
recoverOrphanedCycles
()
src/lib/autopilot/recovery.ts:12
↓ 1 callers
Function
recoverResearchCycles
()
src/lib/autopilot/recovery.ts:17
↓ 1 callers
Function
refresh
()
src/components/AgentActivityDashboard.tsx:72
↓ 1 callers
Function
registerClient
(controller: ReadableStreamDefaultController)
src/lib/events.ts:14
↓ 1 callers
Function
registerSubAgentSession
(params: RegisterSubAgentParams)
src/lib/orchestration.ts:100
↓ 1 callers
Function
relativeTime
(iso: string)
src/components/autopilot/ActivityPanel.tsx:30
↓ 1 callers
Function
releaseMergeLock
(productId: string)
src/lib/workspace-isolation.ts:769
↓ 1 callers
Function
releasePort
(taskId: string)
src/lib/workspace-isolation.ts:179
↓ 1 callers
Function
reportSkillUsage
(input: { skillId: string; taskId: string; used: boolean; succeeded: boolean; deviation?: string;
src/lib/skills.ts:281
↓ 1 callers
Function
resetConfig
()
src/lib/config.ts:98
↓ 1 callers
Function
resolveGatewayModel
(model: string)
src/lib/autopilot/llm.ts:23
↓ 1 callers
Function
resolveStatus
()
src/components/TaskModal.tsx:53
↓ 1 callers
Function
restoreBackup
(filename: string)
src/lib/backup.ts:189
↓ 1 callers
Function
retryTaskPrChecks
(taskId: string)
src/lib/pr-recovery.ts:160
↓ 1 callers
Function
runAIDecomposition
* Run AI decomposition via OpenClaw: send prompt, poll for response, parse sub-tasks.
src/app/api/tasks/[id]/convoy/route.ts:65
↓ 1 callers
Function
runMigrations
(db: Database.Database)
src/lib/db/migrations.ts:1714
↓ 1 callers
Function
saveCheckpoint
(input: SaveCheckpointInput)
src/lib/checkpoint.ts:18
↓ 1 callers
Method
scheduleReconnect
()
src/lib/openclaw/client.ts:426
↓ 1 callers
Function
seed
()
src/lib/db/seed.ts:91
↓ 1 callers
Function
seedWorkspace
()
src/lib/agent-health.test.ts:22
↓ 1 callers
Function
seedWorkspace
()
src/lib/task-flight-recorder.test.ts:20
↓ 1 callers
Function
sendMail
(input: SendMailInput)
src/lib/mailbox.ts:17
↓ 1 callers
Method
sendMessage
(sessionId: string, content: string)
src/lib/openclaw/client.ts:475
↓ 1 callers
Function
serializeEvaluation
(evaluation: AgentHealthEvaluation)
src/lib/agent-health.ts:470
↓ 1 callers
Function
sessionMatches
(sessionKey: string, openclawSessionId: string)
src/lib/chat-listener.ts:119
↓ 1 callers
Function
sharedUserMd
(missionControlUrl: string)
src/lib/bootstrap-agents.ts:15
↓ 1 callers
Function
signDevicePayload
(privateKeyPem: string, payload: string)
src/lib/openclaw/device-identity.ts:92
↓ 1 callers
Function
simulate
()
scripts/demo-simulator.js:261
↓ 1 callers
Function
sortIdeas
(ideas: Idea[], field: SortField, dir: SortDir)
src/components/autopilot/BatchReviewList.tsx:27
↓ 1 callers
Method
startPeriodicCleanup
* Start periodic cleanup of the global event cache. * Uses a shared timer across all instances to avoid multiple timers.
src/lib/openclaw/client.ts:144
↓ 1 callers
Function
startPolling
()
src/app/api/tasks/[id]/agent-stream/route.ts:126
↓ 1 callers
Function
startPostMergeMonitor
(params: { productId: string; taskId?: string; healthCheckUrl: string; mergedPrUrl: string; mergedCo
src/lib/rollback.ts:532
↓ 1 callers
Function
startTest
(input: { product_id: string; variant_a_id: string; variant_b_id: string; split_mode?: 'concurrent' |
src/lib/autopilot/ab-testing.ts:116
↓ 1 callers
Function
statusClass
(status: RepoReadinessStatus)
src/components/autopilot/RepoSetupPanel.tsx:49
↓ 1 callers
Function
stopMonitor
(productId: string)
src/lib/rollback.ts:618
↓ 1 callers
Function
summarizeExecFailure
(error: unknown)
src/lib/repo-preflight.ts:44
↓ 1 callers
Function
taskRepoReadinessHint
(task: Task)
src/lib/pr-recovery.ts:91
↓ 1 callers
Function
testDeliverable
* Test a single deliverable
src/app/api/tasks/[id]/test/route.ts:332
↓ 1 callers
Function
textHash
* Compute a simple hash of the text content for cache-busting. * If the text hasn't changed, we don't need to recompute the embedding.
src/lib/autopilot/similarity.ts:143
↓ 1 callers
Function
timeAgo
(dateStr: string)
src/app/settings/page.tsx:47
↓ 1 callers
Function
toggleSelection
(id: string)
src/components/DiscoverAgentsModal.tsx:50
↓ 1 callers
Function
toggleSubtask
(id: string)
src/components/ConvoyTab.tsx:167
↓ 1 callers
Function
tokenize
* Tokenize and normalize text for embedding. * Lowercase, strip punctuation, remove stop words, split on whitespace.
src/lib/autopilot/similarity.ts:62
↓ 1 callers
Function
triggerWorkspaceMerge
(taskId: string)
src/lib/workspace-isolation.ts:773
↓ 1 callers
Function
undoSwipe
(productId: string, swipeId: string)
src/lib/autopilot/swipe.ts:135
↓ 1 callers
Function
unregisterClient
(controller: ReadableStreamDefaultController)
src/lib/events.ts:21
← previous
next →
401–500 of 874, ranked by callers