MCPcopy Create free account

hub / github.com/anomalyco/opencode / functions

Functions12,468 in github.com/anomalyco/opencode

↓ 1 callersFunctionappendChunk
(state: FrameBufferState, chunk: Uint8Array)
packages/llm/src/protocols/bedrock-event-stream.ts:24
↓ 1 callersFunctionappendEvent
(state: ResponseState, event: LLMEvent)
packages/llm/src/schema/events.ts:368
↓ 1 callersMethodappendPrompt
* Append prompt to the TUI
packages/sdk/js/src/gen/sdk.gen.ts:1030
↓ 1 callersFunctionappendQuery
(params: URLSearchParams, key: string, value: unknown)
packages/client/src/generated/client.ts:993
↓ 1 callersFunctionappendToIndex
(notification: Notification)
packages/app/src/context/notification.tsx:246
↓ 1 callersFunctionappendVary
(headers: Headers, ...values: string[])
packages/stats/app/src/routes/stats-cache.ts:10
↓ 1 callersFunctionapplyCaching
(msgs: ModelMessage[], model: Provider.Model)
packages/opencode/src/provider/transform.ts:323
↓ 1 callersFunctionapplyChildEvent
(input: { detail: DetailState event: Event thinking: boolean limits: Record<string, number> })
packages/opencode/src/cli/cmd/run/subagent-data.ts:557
↓ 1 callersFunctionapplyHash
(behavior: ScrollBehavior)
packages/app/src/pages/session/use-session-hash-scroll.ts:101
↓ 1 callersFunctionapplyHistoryComments
(items: PromptHistoryComment[])
packages/app/src/components/prompt-input.tsx:449
↓ 1 callersFunctionapplyHistoryPrompt
(entry: PromptHistoryEntry, position: "start" | "end")
packages/app/src/components/prompt-input.tsx:472
↓ 1 callersFunctionapplyInitialPluginEnabledState
(state: RuntimeState, config: TuiConfig.Resolved)
packages/opencode/src/plugin/tui/runtime.ts:667
↓ 1 callersFunctionapplyLegacySchemaOverrides
(spec: OpenApiSpec)
packages/opencode/src/server/routes/instance/httpapi/public.ts:260
↓ 1 callersFunctionapplyMessagePage
( sessionID: string, page: MessagePage, load: MessageLoadState | undefined, preserveUnfetched:
packages/app/src/context/server-session.ts:528
↓ 1 callersFunctionapplyOnly
(db: Database, input: Migration[])
packages/core/src/database/migration.ts:43
↓ 1 callersFunctionapplyOptimisticAdd
(draft: OptimisticStore, input: OptimisticAddInput)
packages/app/src/context/sync.tsx:92
↓ 1 callersFunctionapplyOptimisticRemove
(draft: OptimisticStore, input: OptimisticRemoveInput)
packages/app/src/context/sync.tsx:103
↓ 1 callersFunctionapplyPlugin
(load: PluginLoader.Loaded, input: PluginInput, hooks: Hooks[])
packages/opencode/src/plugin/index.ts:110
↓ 1 callersFunctionapplyPrependAnchor
()
packages/app/src/pages/session/timeline/message-timeline.tsx:368
↓ 1 callersFunctionapplyQuery
(url: string, query: Record<string, string> | undefined)
packages/llm/src/route/transport/http.ts:24
↓ 1 callersFunctionapplyReplacements
(lines: string[], replacements: Array<[number, number, string[]]>)
packages/opencode/src/patch/index.ts:398
↓ 1 callersFunctionapplyThemeCss
(theme: DesktopTheme, themeId: string, mode: "light" | "dark")
packages/ui/src/theme/context.tsx:133
↓ 1 callersFunctionarchiveSession
(session: Session)
packages/app/src/pages/layout.tsx:871
↓ 1 callersFunctionarchivedCount
()
packages/app/src/pages/layout.tsx:1611
↓ 1 callersFunctionarchivedLabel
()
packages/app/src/pages/layout.tsx:1620
↓ 1 callersFunctionargs
(input: Record<string, unknown> | undefined)
packages/session-ui/src/components/basic-tool.tsx:305
↓ 1 callersFunctionarm
()
packages/ui/src/components/tooltip.tsx:79
↓ 1 callersFunctionarm
()
packages/ui/src/v2/components/tooltip-v2.tsx:60
↓ 1 callersMethodarmExitTimer
()
packages/opencode/src/cli/cmd/run/footer.ts:952
↓ 1 callersMethodarmInterruptTimer
()
packages/opencode/src/cli/cmd/run/footer.ts:931
↓ 1 callersFunctionask
(req: Omit<PermissionV1.Request, "id" | "sessionID" | "tool">)
packages/opencode/src/cli/cmd/debug/agent.handler.ts:182
↓ 1 callersFunctionassertAssistantText
(actual: string, expected: AssistantTextExpectation)
packages/llm/test/recorded-scenarios.ts:258
↓ 1 callersFunctionassertAssistantToolCall
(response: LLMResponse, expected: NonNullable<AssistantStep["toolCall"]>)
packages/llm/test/recorded-scenarios.ts:266
↓ 1 callersFunctionassertClientEvent
(actual: string, expected: WebSocketEvent | undefined, index: number, asJson: boolean)
packages/http-recorder/src/websocket.ts:53
↓ 1 callersFunctionassertContextEvent
(...events: string[])
github/index.ts:293
↓ 1 callersFunctionassertEvent
(actual: WebSocketEvent, expected: WebSocketEvent | undefined, index: number, asJson: boolean)
packages/http-recorder/src/socket.ts:62
↓ 1 callersFunctionassertHttpUrl
(url: URL)
packages/core/src/tool/webfetch.ts:85
↓ 1 callersFunctionassertOpencodeConnected
()
github/index.ts:270
↓ 1 callersFunctionassertPayloadKeyword
()
github/index.ts:244
↓ 1 callersFunctionassertPermissions
()
packages/opencode/src/cli/cmd/github.handler.ts:1156
↓ 1 callersFunctionassertPermissions
()
github/index.ts:767
↓ 1 callersFunctionassertPortable
(schema: Schema.Top, path: string, portable: Map<SchemaAST.AST, boolean>)
packages/httpapi-codegen/src/index.ts:810
↓ 1 callersFunctionassertPromiseEndpoint
(endpoint: Endpoint)
packages/httpapi-codegen/src/index.ts:269
↓ 1 callersFunctionassertUniqueKeys
(sources: ReadonlyArray<PackedSource>)
packages/core/src/system-context/index.ts:314
↓ 1 callersFunctionassistant
(message: SessionMessage.Assistant, model: Model)
packages/core/src/session/runner/to-llm-message.ts:70
↓ 1 callersFunctionassistant
(id: string)
packages/app/src/pages/session/timeline/model.test.ts:6
↓ 1 callersFunctionassistantContent
(events: ReadonlyArray<LLMEvent>)
packages/llm/test/recorded-scenarios.ts:123
↓ 1 callersFunctionassistantMessage
(id: string, parts: Message["parts"])
packages/opencode/test/cli/run/session.shared.test.ts:40
↓ 1 callersFunctionassistantMessageFromResponse
(response: LLMResponse, step: AssistantStep)
packages/llm/test/recorded-scenarios.ts:275
↓ 1 callersFunctionassistantWithoutProvider
()
packages/opencode/test/acp/usage.test.ts:32
↓ 1 callersFunctionasyncFile
()
packages/app/src/pages/session/timeline/message-timeline.tsx:1223
↓ 1 callersFunctionatKey
(x: AtOption | undefined)
packages/app/src/components/prompt-input.tsx:723
↓ 1 callersFunctionattachAgent
(sdk: OpencodeClient)
packages/opencode/src/cli/cmd/run.ts:621
↓ 1 callersFunctionattempt
(count: number)
packages/app/src/pages/session.tsx:1205
↓ 1 callersFunctionaudienceFlags
(audience: readonly Role[] | null | undefined)
packages/opencode/src/acp/content.ts:247
↓ 1 callersFunctionauth
(options: ProviderAuthOption<"optional">)
packages/llm/src/providers/openai.ts:24
↓ 1 callersFunctionauth
(options: ProviderAuthOption<"optional">)
packages/llm/src/providers/google.ts:13
↓ 1 callersFunctionauth
(options: ProviderAuthOption<"optional">)
packages/llm/src/providers/anthropic.ts:13
↓ 1 callersFunctionauth
(input: Config)
packages/llm/src/providers/azure.ts:65
↓ 1 callersFunctionauthConfigLayer
(input?: { password?: string; username?: string })
packages/opencode/test/server/httpapi-ui.test.ts:46
↓ 1 callersFunctionauthFile
()
packages/opencode/test/mcp/auth.test.ts:8
↓ 1 callersFunctionauthLayer
(scenario: RecordedScenario)
packages/opencode/test/session/llm-native-recorded.test.ts:240
↓ 1 callersFunctionauthProbePath
(path: string)
packages/opencode/test/server/httpapi-exercise/backend.ts:111
↓ 1 callersFunctionauthenticate
(modelInfo: ModelInfo, zenApiKey?: string)
packages/console/app/src/routes/zen/util/handler.ts:679
↓ 1 callersMethodauthenticate
* Start OAuth flow and wait for callback (opens browser)
packages/sdk/js/src/gen/sdk.gen.ts:904
↓ 1 callersFunctionauthorize
()
packages/opencode/src/plugin/digitalocean.ts:277
↓ 1 callersFunctionauthorizeURL
(redirect: string, pkce: Pkce, state: string)
packages/core/src/plugin/provider/openai.ts:260
↓ 1 callersFunctionautocontinue
(enabled: boolean)
packages/opencode/test/session/compaction.test.ts:354
↓ 1 callersFunctionavailable
(provider: ProviderV2.Info, integration: Integration.Info | undefined)
packages/core/src/catalog.ts:71
↓ 1 callersFunctionawaitToolFibers
(fibers: FiberSet.FiberSet<void, ToolOutputStore.Error>)
packages/core/src/session/runner/llm.ts:140
↓ 1 callersFunctionaxis
()
packages/tui/src/feature-plugins/system/diff-viewer-ui.tsx:64
↓ 1 callersFunctionbackupAndStripLegacy
(file: string, source: string)
packages/opencode/src/config/tui-migrate.ts:89
↓ 1 callersFunctionbase64Decode
(value: string)
packages/core/src/util/encode.ts:7
↓ 1 callersFunctionbase64Encode
(value: string)
packages/app/e2e/regression/session-timeline-context-resize.spec.ts:265
↓ 1 callersFunctionbase64Encode
(value: string)
packages/app/e2e/regression/terminal-hidden.spec.ts:77
↓ 1 callersFunctionbase64UrlEncode
(buffer: ArrayBuffer)
packages/opencode/src/plugin/snowflake-cortex.ts:53
↓ 1 callersFunctionbaseAggregate
(row: RawRow, grain: Grain, opts: ImportOptions)
packages/stats/core/src/honeycomb-backfill.ts:449
↓ 1 callersFunctionbaseBindingsEnabled
()
packages/opencode/src/cli/cmd/run/footer.prompt.tsx:967
↓ 1 callersFunctionbaseClip
()
packages/ui/src/components/text-strikethrough.tsx:55
↓ 1 callersFunctionbaseURL
(input: Provider.Model | RequestInput)
packages/opencode/src/session/llm/native-request.ts:145
↓ 1 callersFunctionbasenameOf
(p: string)
packages/ui/src/components/file-icon.tsx:550
↓ 1 callersFunctionbashCommand
(part: ToolPart)
packages/opencode/src/cli/cmd/run/session-data.ts:659
↓ 1 callersFunctionbashCommandSection
(chain: string, limits: Limits, defaultTimeoutMs: number)
packages/opencode/src/tool/shell/prompt.ts:78
↓ 1 callersFunctionbasic
(username: string, password: string)
packages/opencode/test/server/httpapi-exercise/backend.ts:107
↓ 1 callersFunctionbedrockBaseURL
(region: string)
packages/llm/src/providers/amazon-bedrock.ts:20
↓ 1 callersFunctionbedrockMetadata
(metadata: Record<string, unknown>)
packages/llm/src/protocols/bedrock-converse.ts:250
↓ 1 callersFunctionbeginJob
(job: WslJob)
packages/desktop/src/main/wsl/servers.ts:94
↓ 1 callersFunctionbeginReject
(input: QuestionReject)
packages/opencode/src/cli/cmd/run/footer.question.tsx:102
↓ 1 callersFunctionbenchmarkDiagnostics
(page: Page)
packages/app/e2e/performance/benchmark.ts:140
↓ 1 callersFunctionbinaryMessage
(data: unknown)
packages/llm/src/route/transport/websocket.ts:45
↓ 1 callersMethodblob
* Read from stdout as a Blob
packages/plugin/src/shell.ts:133
↓ 1 callersFunctionbodyOptions
(input: unknown)
packages/llm/src/providers/openrouter.ts:56
↓ 1 callersFunctionbodyWithOverlay
(body: Body, request: LLMRequest, encodeBody: (body: Body) => string)
packages/llm/src/route/transport/http.ts:73
↓ 1 callersFunctionbootstrapChildMessages
(input: { detail: DetailState messages: BootstrapChildMessage[] thinking: boolean limits: Record<strin
packages/opencode/src/cli/cmd/run/subagent-data.ts:594
↓ 1 callersFunctionbootstrapGlobal
(input: { serverSDK: OpencodeClient scope: ServerScope requestFailedTitle: string translate: (key: str
packages/app/src/context/global-sync/bootstrap.ts:106
↓ 1 callersFunctionbootstrapInstance
(directory: string)
packages/app/src/context/server-sync.tsx:331
↓ 1 callersFunctionbootstrapScript
(options: BootstrapOptions)
packages/core/src/oauth/page.ts:114
↓ 1 callersFunctionboundaryTarget
(root: HTMLElement, target: EventTarget | null)
packages/app/src/pages/session/timeline/message-timeline.tsx:99
↓ 1 callersFunctionboundedPreview
(text: string, marker: string, maxLines: number, maxBytes: number)
packages/core/src/tool-output-store.ts:98
↓ 1 callersFunctionboxPath
(root: BoxRenderable | RootRenderable, name: string)
packages/opencode/test/cli/run/footer.view.test.tsx:255
← previousnext →5,401–5,500 of 12,468, ranked by callers