MCPcopy Create free account

hub / github.com/UsefulSoftwareCo/executor / functions

Functions8,409 in github.com/UsefulSoftwareCo/executor

↓ 3 callersFunctionextractRequestBody
( operation: OperationObject, r: DocResolver, )
packages/plugins/openapi/src/sdk/extract.ts:127
↓ 3 callersFunctionextractResponseFields
( data: unknown, options?: { readonly scrub?: (value: string) => string }, )
packages/core/sdk/src/health-check.ts:582
↓ 3 callersFunctionfetchCatalogJson
(url: URL)
packages/react/src/lib/integrations-sh-catalog.ts:83
↓ 3 callersFunctionfileFor
(runDir: string)
e2e/src/timeline.ts:23
↓ 3 callersFunctionfindTailscale
()
e2e/scripts/cli.ts:107
↓ 3 callersFunctionfinish
(result: AnyResult | null)
apps/local/src/oauth-result-store.ts:119
↓ 3 callersFunctionfirstPartyOAuthClientsFor
( env: FirstPartyOAuthClientEnv, )
apps/cloud/src/engine/first-party-oauth-clients.ts:224
↓ 3 callersFunctionflushTracerProvider
()
apps/cloud/src/observability/telemetry.ts:149
↓ 3 callersFunctionfoldPluginFailure
( effect: Effect.Effect<A, unknown>, message: string, )
packages/core/sdk/src/executor.ts:2976
↓ 3 callersFunctionforBrowser
(identity: Identity)
e2e/cloud/support/session.ts:50
↓ 3 callersFunctionformatRelativeTime
(timestamp: number, now = Date.now())
packages/react/src/lib/relative-time.ts:9
↓ 3 callersFunctionformatSpecOverridesText
(overrides: SpecOverrides | undefined)
packages/plugins/openapi/src/sdk/spec-overrides.ts:69
↓ 3 callersFunctionfromDrizzle
( schema: AnySchema, _db: unknown, provider: SQLProvider, interactiveTransactions: boolean = true, m
packages/core/fumadb/src/adapters/drizzle/query.ts:250
↓ 3 callersFunctionfumaFailureFromCause
(label: string, cause: unknown)
packages/core/sdk/src/fuma-runtime.ts:181
↓ 3 callersFunctiongenerateOrgSlug
( name: string, isTaken: (slug: string) => Promise<boolean>, )
packages/core/api/src/account/org-slug.ts:178
↓ 3 callersFunctiongenerateSystemdUnit
(options: SystemdUnitOptions)
apps/cli/src/service.ts:451
↓ 3 callersFunctiongetBySlugEntry
(slug: string)
packages/plugins/toolkits/src/server.ts:252
↓ 3 callersFunctiongetExecutorBundle
()
apps/local/src/executor.ts:330
↓ 3 callersFunctiongetRuntime
()
apps/cloud/src/auth/doc-gate.ts:74
↓ 3 callersFunctiongetServiceBackend
(platform: NodeJS.Platform = process.platform)
apps/cli/src/service.ts:972
↓ 3 callersMethodgetTables
( options: DatabaseMetadataOptions = { withInternalKyselyTables: false }, )
packages/core/fumadb/src/adapters/kysely/migration/cockroach-inspector.ts:30
↓ 3 callersMethodgetUniqueConstraintName
()
packages/core/fumadb/src/schema/create.ts:439
↓ 3 callersFunctiongoogleOAuthConsentScopesForPreset
(presetId: string)
packages/plugins/openapi/src/providers/google/service-policy.ts:110
↓ 3 callersFunctionguestOs
()
e2e/cli/election-cold-start.test.ts:31
↓ 3 callersFunctionhandleResult
(data: unknown)
packages/react/src/api/oauth-popup.ts:162
↓ 3 callersFunctionhandleValidate
(draftSpec?: HealthCheckSpec)
packages/react/src/components/add-account-modal.tsx:2083
↓ 3 callersFunctionhasDcr
(method: AuthMethod | undefined | null)
packages/react/src/components/add-account-modal.tsx:1088
↓ 3 callersFunctionhasPaidOrganizationSubscription
( subscriptions: ReadonlyArray<OrganizationLimitSubscriptionSummary>, )
apps/cloud/src/extensions/billing/plans.ts:37
↓ 3 callersFunctionhtmlResponse
(file: Bun.BunFile)
apps/local/src/serve.ts:41
↓ 3 callersFunctionhttpStatusFromCause
(cause: unknown)
packages/plugins/mcp/src/sdk/http-status.ts:52
↓ 3 callersMethodidFromName
(name: string)
packages/hosts/cloudflare/src/mcp/execution-owner-directory.test.ts:165
↓ 3 callersFunctionident
(s: string, identation = 2)
packages/core/fumadb/src/utils/parse.ts:9
↓ 3 callersFunctionidentityPathTier
(path: string)
packages/core/sdk/src/health-check.ts:651
↓ 3 callersFunctionignoreClose
( sessionId: string | null, handle: string, close: (() => Promise<void>) | undefined, )
packages/hosts/mcp/src/in-memory-session-store.ts:170
↓ 3 callersFunctionignoreClose
(close: (() => Promise<void>) | undefined)
apps/local/src/mcp.ts:73
↓ 3 callersFunctionignoreDisposeFailure
( operation: ServerHandlersDisposeError["operation"], dispose: () => Promise<unknown>, )
apps/local/src/main.ts:48
↓ 3 callersFunctionintegrationAtom
(slug: IntegrationSlug)
packages/react/src/api/atoms.tsx:74
↓ 3 callersFunctionintegrationConnectionStates
( catalog: readonly AdminCatalogRow[], connections: readonly AdminConnectionRow[], )
packages/react/src/lib/admin-users-display.ts:205
↓ 3 callersFunctionintegrationDisplayNameFromUrl
(url: string, integrationKind: string)
packages/react/src/plugins/integration-identity.tsx:43
↓ 3 callersFunctionintegrationFaviconUrl
(url: string | undefined, size: number)
packages/react/src/components/integration-favicon.tsx:22
↓ 3 callersFunctionintegrationPatternSegment
( pattern: string, )
packages/plugins/provider-service-split/src/planner.ts:326
↓ 3 callersFunctioninterrupt
()
packages/plugins/openapi/src/sdk/invoke.ts:348
↓ 3 callersFunctioninvoke
(input: { readonly endpoint: string; readonly pool: ReturnType<typeof createMcpConnectionPool>; readonly
packages/plugins/mcp/src/sdk/connection-pool.test.ts:13
↓ 3 callersFunctioninvokeMcpTool
( input: InvokeMcpToolInput, )
packages/plugins/mcp/src/sdk/invoke.ts:286
↓ 3 callersFunctionisApiKeyAuthTemplate
(input: { readonly kind?: string; readonly type?: string; })
packages/core/sdk/src/http-auth/authoring.ts:145
↓ 3 callersFunctionisDefinitiveWorkOSDenial
(error: unknown)
apps/cloud/src/auth/errors.ts:134
↓ 3 callersFunctionisDevCliEntrypoint
(scriptPath: string | undefined)
apps/cli/src/daemon.ts:81
↓ 3 callersFunctionisExecutableFile
(file: string)
packages/plugins/mcp/src/sdk/codex-plugins.ts:195
↓ 3 callersFunctionisInternalScope
(key: string)
scripts/publish-packages.ts:117
↓ 3 callersFunctionisLoopbackHttpUrl
(value: string)
packages/core/sdk/src/oauth-helpers.ts:134
↓ 3 callersFunctionisNonNull
(ref: IntrospectionTypeRef)
packages/plugins/graphql/src/sdk/extract.ts:30
↓ 3 callersFunctionisNullishPredicateFunction
(node)
scripts/oxlint-plugin-executor/rules/prefer-effect-predicate.js:32
↓ 3 callersFunctionisOctetStream
(ct: string | null | undefined)
packages/plugins/openapi/src/sdk/invoke.ts:252
↓ 3 callersFunctionisPlainObject
(v: unknown)
packages/core/sdk/src/promise-executor.ts:137
↓ 3 callersFunctionisPlatformAuth
(value: BearerAuth)
apps/cloud/src/auth/workos-auth-provider.ts:182
↓ 3 callersFunctionisPosthogPath
(pathname: string)
apps/cloud/src/edge/passthrough.ts:51
↓ 3 callersFunctionisRecord
(value: unknown)
packages/react/src/components/elicitation-approval.tsx:34
↓ 3 callersFunctionisRecord
(value: unknown)
packages/core/sdk/src/migration-spec.ts:116
↓ 3 callersFunctionisRecord
(value: unknown)
packages/plugins/openapi/src/sdk/extract.ts:163
↓ 3 callersFunctionisRecord
(value: unknown)
packages/plugins/openapi/src/sdk/output-schema-migration.ts:20
↓ 3 callersFunctionisSecretIdTaken
(secretId: string, existingSecretIds: Iterable<string>)
packages/react/src/plugins/secret-id.tsx:14
↓ 3 callersFunctionisStatusError
(error: WorkOSVaultClientError, status: number)
packages/plugins/workos-vault/src/sdk/secret-store.ts:177
↓ 3 callersFunctionisStringLiteral
(node)
scripts/oxlint-plugin-executor/utils.js:80
↓ 3 callersFunctionisTagProperty
(node)
scripts/oxlint-plugin-executor/rules/no-manual-tag-check.js:6
↓ 3 callersFunctionisToolFile
(value: unknown)
packages/core/sdk/src/tool-result.ts:52
↓ 3 callersFunctionisToolSyncHealth
(result: HealthCheckResult | null | undefined)
packages/core/sdk/src/health-check.ts:147
↓ 3 callersFunctionisUnauthenticatedOAuthPath
(pathname: string)
apps/local/src/serve-shared.ts:94
↓ 3 callersFunctionisUnusableSuccessTokenResponse
(error: OAuth2Error)
packages/core/sdk/src/oauth-helpers.ts:73
↓ 3 callersFunctionjoinKeyAttributes
(joinKeys: McpRequestJoinKeys)
packages/hosts/mcp/src/tool-server.ts:868
↓ 3 callersFunctionjsLiteral
(value: unknown)
packages/plugins/mcp/src/sdk/codex-repl.ts:32
↓ 3 callersFunctionjsonRpcResult
(request: JsonRpcRequest, result: unknown)
packages/plugins/mcp/src/sdk/catalog-sync.test.ts:208
↓ 3 callersFunctionkeychainPlugin
( config?: KeychainPluginConfig, )
packages/plugins/keychain/src/promise.ts:14
↓ 3 callersFunctionlineAt
(text: string, from: number, limit: number)
packages/plugins/openapi/src/sdk/split.ts:95
↓ 3 callersFunctionlistActivePolicyRuleSet
()
packages/core/sdk/src/executor.ts:4866
↓ 3 callersFunctionlistDirs
(dir: string)
packages/plugins/mcp/src/sdk/codex-plugins.ts:179
↓ 3 callersFunctionloadConfig
(env: CloudflareConfigEnv)
apps/host-cloudflare/src/config.ts:132
↓ 3 callersFunctionloadMcpClientSdk
()
packages/plugins/mcp/src/sdk/client-module.ts:30
↓ 3 callersFunctionloadTarget
(targetName: string)
e2e/scripts/cli.ts:363
↓ 3 callersFunctionlocalServerManifestPath
(dataDir: string)
apps/desktop/src/main/sidecar.ts:109
↓ 3 callersFunctionlog
(file: string | undefined, text: string)
e2e/setup/selfhost-docker.boot.ts:42
↓ 3 callersFunctionmakeAssetsShellHtmlLoader
(input: { readonly assets: ShellAssetsBinding; readonly devShellHtml?: () => Promise<string | undefined>;
packages/hosts/mcp-apps-shell/src/worker.ts:48
↓ 3 callersFunctionmakeDbLayer
()
apps/cloud/src/db/db.ts:138
↓ 3 callersFunctionmakeExecutionStackMiddleware
( options: MakeExecutionStackMiddlewareOptions<TPlugins, E, RLong, RStack, RStrategy>, )
packages/core/api/src/server/execution-stack-middleware.ts:162
↓ 3 callersFunctionmakeExecutorWith
(plugins: TPlugins)
packages/core/execution/src/tool-invoker.test.ts:461
↓ 3 callersFunctionmakeHostedFetch
(options: HostedHttpClientOptions = {})
packages/core/sdk/src/hosted-http-client.ts:249
↓ 3 callersFunctionmakeHostedHttpClientLayer
( options: HostedHttpClientOptions = {}, )
packages/core/sdk/src/hosted-http-client.ts:319
↓ 3 callersFunctionmakeInMemoryBlobStore
()
packages/core/sdk/src/blob.ts:134
↓ 3 callersFunctionmakeInMemoryMcpSessionStore
( buildServer: McpBuildServer, // The host's pinned public origin, used to build browser-approval URLs the
packages/hosts/mcp/src/in-memory-session-store.ts:223
↓ 3 callersFunctionmakeIsAuthorized
(token: string)
apps/local/src/serve-shared.ts:67
↓ 3 callersFunctionmakeMutableCatalogMcpServer
( options: { readonly name?: string; readonly initialToolName?: string; readonly renamedToolName
packages/plugins/mcp/src/testing/server.ts:583
↓ 3 callersFunctionmakePlatformExecutor
( organizationId: string, )
packages/core/api/src/server/scoped-executor.ts:378
↓ 3 callersFunctionmakeR2BlobStore
(bucket: R2Bucket)
packages/hosts/cloudflare/src/blob-store.ts:28
↓ 3 callersFunctionmakeScopePluginWithId
( id: TId, config: { readonly scopes: readonly string[] | null }, options: { readonly discoversScopes?:
packages/core/sdk/src/oauth-scope-union.test.ts:38
↓ 3 callersFunctionmakeSelfHostTestApp
( options: MakeSelfHostTestAppOptions, )
apps/host-selfhost/src/testing/test-app.ts:202
↓ 3 callersFunctionmakeStubEngine
(overrides: { execute?: ExecutionEngine<E>["execute"]; executeWithPause?: ExecutionEngine<E>["executeWithP
packages/hosts/mcp/src/tool-server.test.ts:42
↓ 3 callersFunctionmakeTelemetryLive
( env: Record<string, string | undefined> = process.env, )
apps/host-selfhost/src/telemetry.ts:92
↓ 3 callersFunctionmakeTestExecutor
(serverUrl: string)
packages/plugins/mcp/src/sdk/elicitation.test.ts:61
↓ 3 callersFunctionmakeTestHttpServer
( serverLayer: Layer.Layer<never, any, any>, )
packages/core/sdk/src/testing.ts:96
↓ 3 callersFunctionmakeUserStoreLayer
()
apps/cloud/src/auth/context.ts:44
↓ 3 callersFunctionmakeWorkOSVaultCredentialProvider
( options: WorkOSVaultCredentialProviderOptions, )
packages/plugins/workos-vault/src/sdk/secret-store.ts:400
← previousnext →701–800 of 8,409, ranked by callers