MCPcopy Create free account

hub / github.com/UsefulSoftwareCo/executor / functions

Functions7,801 in github.com/UsefulSoftwareCo/executor

↓ 3 callersFunctioncf
(method: string, path: string, body?: unknown)
apps/host-cloudflare/scripts/preview.ts:59
↓ 3 callersFunctioncheck
(node)
scripts/oxlint-plugin-executor/rules/no-redundant-primitive-cast.js:29
↓ 3 callersFunctioncheckpointTruncate
(client: Client, path: string)
apps/local/src/db/v1-v2-migration.ts:1374
↓ 3 callersFunctionclassifyOAuthClientGc
( row: OAuthClientGcRow, referencingConnectionCount: number, )
packages/core/sdk/src/oauth-gc.ts:149
↓ 3 callersFunctioncleanupSecretBackups
(journal: MigrationJournal)
apps/local/src/db/v1-v2-migration.ts:1324
↓ 3 callersFunctioncollectReferencedDefinitions
( roots: readonly unknown[], defs: ReadonlyMap<string, unknown>, )
packages/core/sdk/src/schema-refs.ts:121
↓ 3 callersFunctioncommittedIndex
(id: string, owner: Owner)
packages/react/src/pages/policies.tsx:414
↓ 3 callersFunctioncompactTypeScript
(value: string)
packages/core/sdk/src/schema-types.ts:587
↓ 3 callersFunctioncomparePluginStorageValues
(left: unknown, right: unknown)
packages/core/sdk/src/executor.ts:1126
↓ 3 callersFunctioncompareVersions
(left: string, right: string)
packages/core/api/src/update-check.ts:95
↓ 3 callersFunctioncompile
()
packages/core/fumadb/src/adapters/kysely/index.ts:53
↓ 3 callersFunctioncompileJsx
(code: string)
packages/hosts/mcp-apps-shell/src/shell/component-runtime.ts:49
↓ 3 callersFunctioncompileToolDefinitions
( operations: readonly ExtractedOperation[], )
packages/plugins/openapi/src/sdk/definitions.ts:291
↓ 3 callersFunctionconnect
(slug: string)
e2e/scenarios/tool-descriptions.test.ts:289
↓ 3 callersFunctionconnectionItemIds
(row: ConnectionRow)
packages/core/sdk/src/executor.ts:905
↓ 3 callersFunctionconnectionNameFrom
( label: string, owner: Owner, integrationName: string, organizationId: string | null, )
packages/react/src/components/add-account-modal.tsx:570
↓ 3 callersFunctionconsoleErrorCapture
(prefix: string)
packages/core/api/src/server/console-error-capture.ts:18
↓ 3 callersMethodconsume
()
e2e/cloud/mcp-sse-replay.test.ts:116
↓ 3 callersFunctioncontainsContentHash
(value: string)
packages/core/sdk/src/sentry-grouping.ts:79
↓ 3 callersFunctioncontrolDir
(path: Path.Path)
apps/cli/src/service.ts:811
↓ 3 callersFunctioncreateD1ExecutorDb
( db: D1Database, blobs: R2Bucket | undefined, )
apps/host-cloudflare/src/db/d1.ts:87
↓ 3 callersFunctioncreateDrizzleFumaDb
( options: CreateDrizzleFumaDbOptions<TTables>, )
apps/cloud/src/db/fuma.ts:39
↓ 3 callersFunctioncreateEntry
(serviceName: string, account: string)
packages/plugins/keychain/src/keyring.ts:75
↓ 3 callersFunctioncreateExecutor
( config: ExecutorConfig<TPlugins>, )
packages/core/sdk/src/promise-executor.ts:203
↓ 3 callersFunctioncreatePkceCodeChallenge
(verifier: string)
packages/core/sdk/src/oauth-helpers.ts:161
↓ 3 callersFunctioncreatePkceCodeVerifier
()
packages/core/sdk/src/oauth-helpers.ts:159
↓ 3 callersFunctioncurrentPropagationHeaders
( request: Request, )
packages/hosts/cloudflare/src/mcp/do-headers.ts:78
↓ 3 callersFunctiondaemonRecordPath
(path: Path.Path, input: { hostname: string; port: number })
apps/cli/src/daemon-state.ts:83
↓ 3 callersFunctiondecodeLoginState
(value: string | null | undefined)
apps/cloud/src/auth/login-state.ts:32
↓ 3 callersFunctiondecodeResumeResponse
(raw: unknown)
packages/hosts/mcp/src/browser-approval.ts:118
↓ 3 callersFunctiondedupeScopes
(scopes: readonly string[])
packages/core/sdk/src/oauth-service.ts:274
↓ 3 callersFunctiondefinePluginStorageCollection
( name: TName, schema: TSchema, options?: { readonly indexes?: TIndexes; }, )
packages/core/sdk/src/plugin-storage.ts:41
↓ 3 callersFunctiondeletePassword
( serviceName: string, account: string, )
packages/plugins/keychain/src/keyring.ts:118
↓ 3 callersFunctiondescribeHealthCheckForRow
(row: IntegrationRow)
packages/core/sdk/src/executor.ts:2600
↓ 3 callersFunctiondescribeNoneAuthMethod
(slug: string)
packages/core/sdk/src/http-auth/auth-method.ts:183
↓ 3 callersFunctiondescribeUnknown
(value: unknown, context: FrontendErrorContext)
packages/react/src/api/error-reporting.tsx:60
↓ 3 callersFunctiondesktopProfileStorageBridge
()
packages/app/src/web/server-connection-menu.tsx:63
↓ 3 callersFunctiondetectedAuthenticationTemplates
( headerPresets: readonly HeaderPreset[], oauth2Presets: readonly OAuth2Preset[], baseUrl: string, )
packages/plugins/openapi/src/sdk/derive-auth.ts:155
↓ 3 callersFunctiondispose
(id: string, opts: { transport?: boolean; server?: boolean } = {})
packages/hosts/mcp/src/in-memory-session-store.ts:170
↓ 3 callersFunctiondocumentSecurityOf
(doc: unknown)
packages/plugins/openapi/src/sdk/extract.ts:536
↓ 3 callersFunctiondualThemeOptions
(theme?: ShikiThemeProp)
packages/react/src/lib/shiki.ts:135
↓ 3 callersFunctioneditorPlacementsFromWire
( placements: readonly AuthPlacement[], )
packages/react/src/lib/shared-auth-method-codec.ts:53
↓ 3 callersFunctioneditorValueFromSharedMethod
(method: SharedAuthMethod)
packages/react/src/lib/shared-auth-method-codec.ts:142
↓ 3 callersFunctioneffectivePolicyFromSorted
( toolId: string, sortedPolicies: readonly (Pick<ToolPolicy, "pattern" | "action" | "id"> & Partial<Pi
packages/core/sdk/src/policies.ts:257
↓ 3 callersFunctionemptyApiKeyValue
()
packages/react/src/components/auth-template-editor.tsx:60
↓ 3 callersFunctionencodeOAuthCallbackState
(input: { readonly state: string; readonly orgSlug?: string | null; })
packages/core/sdk/src/oauth.ts:59
↓ 3 callersFunctionendpointForTelemetry
(endpoint: string)
packages/plugins/graphql/src/sdk/invoke.ts:16
↓ 3 callersFunctionensureDaemon
( baseUrl: string, )
apps/cli/src/main.ts:657
↓ 3 callersFunctionenvironmentTag
()
apps/desktop/src/main/diagnostics.ts:47
↓ 3 callersFunctionerrorForeignKey
(key: ForeignKey)
packages/core/fumadb/src/query/polyfills/foreign-key.ts:331
↓ 3 callersFunctionerrorMessageFromExit
(exit: Exit.Exit<unknown, unknown>, fallback: string)
packages/react/src/lib/integration-add.tsx:23
↓ 3 callersFunctionevaluateComponent
( compiled: string, tools: Record<string, unknown>, )
packages/hosts/mcp-apps-shell/src/shell/component-runtime.ts:62
↓ 3 callersFunctionexchangeClientCredentials
( input: ExchangeClientCredentialsInput, )
packages/core/sdk/src/oauth-helpers.ts:1017
↓ 3 callersFunctionexecuteText
( request: HttpClientRequest.HttpClientRequest, options: DiscoveryRequestOptions, errorMessage: string,
packages/core/sdk/src/oauth-discovery.ts:206
↓ 3 callersFunctionexists
(orm: ORMAdapter, table: AnyTable, where: Condition)
packages/core/fumadb/src/query/polyfills/foreign-key.ts:82
↓ 3 callersFunctionexpandGraphqlAuthMethodInputs
( methods: readonly GraphqlAuthMethodInput[], )
packages/plugins/graphql/src/sdk/types.ts:151
↓ 3 callersFunctionextractExecutionId
(structured: unknown)
apps/cli/src/tooling.ts:215
↓ 3 callersFunctionextractRequestBody
( operation: OperationObject, r: DocResolver, )
packages/plugins/openapi/src/sdk/extract.ts:126
↓ 3 callersFunctionfileFor
(runDir: string)
e2e/src/timeline.ts:23
↓ 3 callersFunctionfindTailscale
()
e2e/scripts/cli.ts:107
↓ 3 callersFunctionflushTracerProvider
()
apps/cloud/src/observability/telemetry.ts:143
↓ 3 callersFunctionfoldPluginFailure
( effect: Effect.Effect<A, unknown>, message: string, )
packages/core/sdk/src/executor.ts:2608
↓ 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 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 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 callersFunctiongraphqlAuthMethodInputsFromPlacements
( placements: readonly Placement[], )
packages/plugins/graphql/src/react/auth-method-config.ts:73
↓ 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:1939
↓ 3 callersFunctionhasPaidOrganizationSubscription
( subscriptions: ReadonlyArray<OrganizationLimitSubscriptionSummary>, )
apps/cloud/src/extensions/billing/plans.ts:37
↓ 3 callersFunctionhtmlResponse
(file: Bun.BunFile)
apps/local/src/serve.ts:36
↓ 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:447
↓ 3 callersFunctionignoreClose
(close: (() => Promise<void>) | undefined)
apps/local/src/mcp.ts:72
↓ 3 callersFunctionignoreDisposeFailure
( operation: ServerHandlersDisposeError["operation"], dispose: () => Promise<unknown>, )
apps/local/src/main.ts:48
↓ 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 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:259
↓ 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 callersFunctionisInternalScope
(key: string)
scripts/publish-packages.ts:117
↓ 3 callersFunctionisLoopbackHttpUrl
(value: string)
packages/core/sdk/src/oauth-helpers.ts:118
↓ 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
← previousnext →601–700 of 7,801, ranked by callers