MCPcopy Create free account

hub / github.com/abhi1693/openclaw-mission-control / functions

Functions3,040 in github.com/abhi1693/openclaw-mission-control

↓ 411 callersMethodget
(self, model: type[Any], key: Any)
backend/tests/test_organizations_service.py:93
↓ 313 callersMethodadd
(self, value: Any)
backend/tests/test_auth_claims.py:21
↓ 279 callersMethodwhere
Alias for `filter` to mirror SQLAlchemy naming.
backend/app/db/queryset.py:33
↓ 161 callersFunctioncn
(...inputs: ClassValue[])
frontend/src/lib/utils.ts:4
↓ 156 callersMethodcommit
(self)
backend/tests/test_auth_claims.py:24
↓ 155 callersFunctioncustomFetch
( url: string, options: RequestInit, )
frontend/src/api/mutator.ts:39
↓ 153 callersMethodexec
(self, _statement: object)
backend/tests/test_metrics_kpis.py:26
↓ 83 callersFunctionutcnow
Return a naive UTC datetime without using deprecated datetime.utcnow().
backend/app/core/time.py:8
↓ 82 callersMethodfirst
Fetch the first row for the current queryset, if present.
backend/app/api/queryset.py:58
↓ 71 callersMethodfilter_by
Return a new queryset filtered by keyword-equality criteria.
backend/app/db/queryset.py:40
↓ 68 callersMethodby_id
Return queryset filtered by primary identifier field.
backend/app/db/query_manager.py:57
↓ 66 callersMethodfilter
Return a new queryset with additional SQL criteria.
backend/app/db/queryset.py:25
↓ 56 callersMethodrefresh
(self, value: Any)
backend/tests/test_auth_claims.py:27
↓ 48 callersMethodfirst
Execute and return the first row, if available.
backend/app/db/queryset.py:65
↓ 44 callersMethodall
Fetch all rows for the current queryset.
backend/app/api/queryset.py:54
↓ 44 callersMethodorder_by
Return a new queryset with ordering clauses applied.
backend/app/api/queryset.py:39
↓ 42 callersMethoddelete
(self, value: object)
backend/tests/test_boards_delete.py:40
↓ 42 callersMethodfirst
(self, _session: object)
backend/tests/test_gateway_resolver.py:115
↓ 38 callersFunctionuseAuth
()
frontend/src/auth/clerk.tsx:77
↓ 36 callersFunctionrecord_activity
Create and attach an activity event row to the current DB session.
backend/app/services/activity_log.py:15
↓ 35 callersMethodfilter
Return a new queryset with additional SQL criteria applied.
backend/app/api/queryset.py:32
↓ 32 callersFunctionapiDatetimeToMs
(value?: string | null)
frontend/src/lib/datetime.ts:26
↓ 25 callersFunctionopenclaw_call
Call a gateway RPC method and return the result payload.
backend/app/services/openclaw/gateway_rpc.py:438
↓ 23 callersFunctionget_logger
Return an app logger from the centralized logger configuration.
backend/app/core/logging.py:320
↓ 23 callersMethodorder_by
Return a new queryset with ordering clauses applied.
backend/app/db/queryset.py:45
↓ 22 callersMethodis_allowed
(self, key: str)
backend/tests/test_agent_auth_security.py:20
↓ 22 callersFunctionuseOrganizationMembership
( isSignedIn: boolean | null | undefined, )
frontend/src/lib/use-organization-membership.ts:11
↓ 21 callersFunctionformatCount
(value: number)
frontend/src/app/dashboard/page.tsx:212
↓ 21 callersMethodis_allowed
Return True if the request should be allowed, False if rate-limited.
backend/app/core/rate_limit.py:88
↓ 21 callersFunctionvalidateGatewayUrl
(value: string)
frontend/src/lib/gateway-form.ts:57
↓ 20 callersFunctionpaginate
Execute a paginated query and cast to the project page type alias.
backend/app/db/pagination.py:25
↓ 19 callersFunctionpatch
Apply partial updates and persist object.
backend/app/db/crud.py:263
↓ 19 callersMethodreset
(self)
backend/app/services/openclaw/internal/retry.py:67
↓ 16 callersFunction_append_sync_error
( result: GatewayTemplatesSyncResult, *, message: str, agent: Agent | None = None, board:
backend/app/services/openclaw/provisioning_db.py:441
↓ 16 callersFunction_non_empty_str
(value: object)
backend/app/core/auth.py:87
↓ 16 callersFunctionsend
(message)
backend/tests/test_request_id_middleware.py:42
↓ 15 callersFunction_guard_board_access
(agent_ctx: AgentAuthContext, board: Board)
backend/app/api/agent.py:221
↓ 14 callersMethodall
Execute and return all rows for the current queryset.
backend/app/db/queryset.py:61
↓ 14 callersFunctioncreateExponentialBackoff
( options: ExponentialBackoffOptions = {}, )
frontend/src/lib/backoff.ts:22
↓ 14 callersMethodflush
(self)
backend/tests/test_organizations_service.py:87
↓ 14 callersFunctionmatches_agent_mention
Return whether a mention set targets the provided agent.
backend/app/services/mentions.py:20
↓ 14 callersFunctionuseListBoardsApiV1BoardsGet
( params?: ListBoardsApiV1BoardsGetParams, options?: { query?: Partial< UseQueryOptions<
frontend/src/api/generated/boards/boards.ts:219
↓ 13 callersFunction_make_engine
()
backend/tests/test_tasks_done_approval_gate.py:24
↓ 13 callersFunction_make_session
(engine: AsyncEngine)
backend/tests/test_tasks_done_approval_gate.py:31
↓ 13 callersFunction_parse_trusted_networks
Parse a comma-separated list of IPs/CIDRs into network objects.
backend/app/core/client_ip.py:28
↓ 13 callersFunction_seed_board_task_and_agent
( session: AsyncSession, *, task_status: str = "review", require_approval_for_done: bool = Tru
backend/tests/test_tasks_done_approval_gate.py:35
↓ 13 callersMethodsession_key
(cls, gateway: Gateway)
backend/app/services/openclaw/shared.py:23
↓ 13 callersFunctionuseUrlSorting
({ allowedColumnIds, defaultSorting = [], paramPrefix, }: UseUrlSortingOptions)
frontend/src/lib/use-url-sorting.ts:46
↓ 12 callersFunction_make_engine
()
backend/tests/test_task_agent_permissions.py:24
↓ 12 callersFunction_make_session
(engine: AsyncEngine)
backend/tests/test_task_agent_permissions.py:31
↓ 12 callersFunctionbuildDefinition
( overrides: Partial<TaskCustomFieldDefinitionRead> = {}, )
frontend/src/app/boards/[boardId]/custom-field-utils.test.tsx:17
↓ 12 callersFunctioncustomFieldInputText
(value: unknown)
frontend/src/app/boards/[boardId]/custom-field-utils.tsx:39
↓ 12 callersFunctionformatTimestamp
( value?: string | null, fallback = DASH, )
frontend/src/lib/formatters.ts:21
↓ 12 callersFunctionget_client_ip
Extract the real client IP, respecting proxy headers when trusted. Falls back to ``request.client.host`` when no trusted proxies are configur
backend/app/core/client_ip.py:83
↓ 12 callersMethodoptional_gateway_config_for_board
( self, board: Board, )
backend/app/services/openclaw/gateway_dispatch.py:27
↓ 12 callersMethodrun
(self, fn: Callable[[], Awaitable[_T]])
backend/app/services/openclaw/internal/retry.py:79
↓ 11 callersFunction_has_column
(table_name: str, column_name: str)
backend/migrations/versions/c9d7e9b6a4f2_add_skills_marketplace_tables.py:26
↓ 11 callersMethod_skip_whitespace
(self)
backend/app/api/skills_marketplace.py:297
↓ 11 callersMethodall
(self)
backend/tests/test_metrics_kpis.py:18
↓ 11 callersFunctiondateCell
( value: string | null | undefined, { relative = false, className, fallback = "—" }: DateCellOptions = {},
frontend/src/components/tables/cell-formatters.tsx:79
↓ 11 callersFunctionis_org_admin
Return whether a member has admin-level organization privileges.
backend/app/services/organizations.py:74
↓ 11 callersMethodrequire_board
( self, board_id: UUID | str | None, *, user: User | None = None, writ
backend/app/services/openclaw/provisioning_db.py:808
↓ 10 callersFunction_actor
(agent_ctx: AgentAuthContext)
backend/app/api/agent.py:133
↓ 10 callersFunction_build_test_app
( session_maker: async_sessionmaker[AsyncSession], *, organization: Organization, )
backend/tests/test_skills_marketplace_api.py:40
↓ 10 callersFunction_make_engine
()
backend/tests/test_skills_marketplace_api.py:33
↓ 10 callersFunction_op_tags
(schema: dict[str, object], *, path: str, method: str)
backend/tests/test_openapi_agent_role_tags.py:9
↓ 10 callersFunction_seed_base
( session: AsyncSession, )
backend/tests/test_skills_marketplace_api.py:72
↓ 10 callersFunctionbuildTask
(overrides: Partial<Task> = {})
frontend/src/components/organisms/TaskBoard.test.tsx:9
↓ 10 callersMethodloginWithLocalAuth
* Seeds session storage with a local auth token for local-auth mode.
frontend/cypress/support/commands.ts:46
↓ 10 callersFunctionparseApiDatetime
(value?: string | null)
frontend/src/lib/datetime.ts:18
↓ 10 callersFunctionpayloadValue
(payload: Approval["payload"], key: string)
frontend/src/components/BoardApprovalsPanel.tsx:175
↓ 10 callersFunctionrenderMentions
( content: ReactNode, keyPrefix = "mention", )
frontend/src/components/atoms/Markdown.tsx:70
↓ 10 callersFunctionrequire_board_access
Require board access for a user and return matching membership.
backend/app/services/organizations.py:392
↓ 10 callersMethodtry_send_agent_message
( self, *, session_key: str, config: GatewayClientConfig, agent_name:
backend/app/services/openclaw/gateway_dispatch.py:53
↓ 9 callersFunction_has_table
(table_name: str)
backend/migrations/versions/c9d7e9b6a4f2_add_skills_marketplace_tables.py:22
↓ 9 callersFunction_require_approval_for_done_from_draft
Enable done-approval gate unless onboarding selected fully autonomous mode.
backend/app/api/board_onboarding.py:107
↓ 9 callersFunctionboardCustomFieldValues
( definitions: TaskCustomFieldDefinitionRead[], value: unknown, )
frontend/src/app/boards/[boardId]/custom-field-utils.tsx:249
↓ 9 callersFunctionensure_session
Ensure a session exists and optionally update its label.
backend/app/services/openclaw/gateway_rpc.py:566
↓ 9 callersMethodexecute
(self, statement: object)
backend/tests/test_boards_delete.py:37
↓ 9 callersFunctioninstall_error_handling
Install middleware and exception handlers on the FastAPI app.
backend/app/core/error_handling.py:167
↓ 9 callersFunctionisLocalAuthMode
()
frontend/src/auth/localAuth.ts:8
↓ 9 callersFunctionlinkifyCell
({ href, label, subtitle, title, block = subtitle != null, className, labelClassName, subtitle
frontend/src/components/tables/cell-formatters.tsx:28
↓ 9 callersFunctionlist_accessible_board_ids
List board ids accessible to a member for read or write mode.
backend/app/services/organizations.py:445
↓ 9 callersMethodopenapi
(self)
backend/app/main.py:429
↓ 9 callersMethodrollback
(self)
backend/tests/test_organizations_service.py:84
↓ 9 callersMethodto_agent_read
(cls, agent: Agent)
backend/app/services/openclaw/provisioning_db.py:846
↓ 9 callersMethodwith_computed_status
(cls, agent: Agent)
backend/app/services/openclaw/provisioning_db.py:868
↓ 8 callersFunction_board
(*, board_group_id: UUID | None)
backend/tests/test_board_group_assignment_notifications.py:33
↓ 8 callersFunction_has_index
(table_name: str, index_name: str)
backend/migrations/versions/c9d7e9b6a4f2_add_skills_marketplace_tables.py:33
↓ 8 callersFunction_validate_pack_source_url
Validate that a skill pack source URL is safe to clone. The current implementation is intentionally conservative: - allow only https URLs
backend/app/api/skills_marketplace.py:169
↓ 8 callersFunctionapprovalPayloadValue
(payload: Approval["payload"], key: string)
frontend/src/app/boards/[boardId]/page.tsx:2972
↓ 8 callersMethodexists
Return whether the queryset yields at least one row.
backend/app/db/queryset.py:73
↓ 8 callersFunctiongateway_client_config
Build a gateway RPC config from a Gateway model, requiring a URL.
backend/app/services/openclaw/gateway_resolver.py:26
↓ 8 callersFunctionisClerkEnabled
()
frontend/src/auth/clerk.tsx:25
↓ 8 callersFunctionisOnboardingComplete
( profile: OnboardingProfileLike | null | undefined, )
frontend/src/lib/onboarding.ts:7
↓ 8 callersFunctionmap_gateway_error_to_http_exception
Map a gateway failure into a typed HTTP exception.
backend/app/services/openclaw/exceptions.py:68
↓ 8 callersMethodone
(self)
backend/tests/test_metrics_kpis.py:34
↓ 8 callersFunctionparseCustomFieldDefaultValue
( fieldType: CustomFieldType, value: string, )
frontend/src/components/custom-fields/custom-field-form-utils.ts:53
↓ 8 callersFunctionpayloadNestedValues
(payload: Approval["payload"], path: string[])
frontend/src/components/BoardApprovalsPanel.tsx:204
↓ 8 callersMethodrequire_board_write_access
(*, allowed: bool)
backend/app/services/openclaw/policies.py:116
next →1–100 of 3,040, ranked by callers