MCPcopy Create free account

hub / github.com/ZSeven-W/openpencil / functions

Functions3,401 in github.com/ZSeven-W/openpencil

FunctionpresetSupportsFormat
( preset: BuiltinProviderPreset, format: 'anthropic' | 'openai-compat', )
apps/web/src/lib/builtin-provider-presets.ts:337
Methodproject
()
apps/web/server/opencode/v2/gen/sdk.gen.ts:4121
Methodproject
()
apps/web/server/opencode/gen/sdk.gen.ts:4121
Methodprompt
* Send message * * Create and send a new message to a session, streaming the AI response.
apps/web/server/opencode/v2/gen/sdk.gen.ts:1935
MethodpromptAsync
* Send async message * * Create and send a new message to a session asynchronously, starting the session if needed and returning immediately.
apps/web/server/opencode/v2/gen/sdk.gen.ts:2075
Methodprovider
()
apps/web/server/opencode/v2/gen/sdk.gen.ts:4171
Methodprovider
()
apps/web/server/opencode/gen/sdk.gen.ts:4171
Methodproviders
* List config providers * * Get a list of all configured AI providers and their default models.
apps/web/server/opencode/v2/gen/sdk.gen.ts:837
Methodpty
()
apps/web/server/opencode/v2/gen/sdk.gen.ts:4126
Methodpty
()
apps/web/server/opencode/gen/sdk.gen.ts:4126
Methodpublish
* Publish TUI event * * Publish a TUI event
apps/web/server/opencode/v2/gen/sdk.gen.ts:3716
Methodpublish
* Publish TUI event * * Publish a TUI event
apps/web/server/opencode/gen/sdk.gen.ts:3716
Methodpush
* Push the current document state before a mutation. * In batch mode, pushes are suppressed (batch captures the base state). * Debounces rapid p
packages/pen-engine/src/core/history-manager.ts:41
FunctionqueryKeyJsonReplacer
(_key: string, value: unknown)
apps/web/server/opencode/v2/gen/core/queryKeySerializer.gen.ts:17
FunctionqueryKeyJsonReplacer
(_key: string, value: unknown)
apps/web/server/opencode/gen/core/queryKeySerializer.gen.ts:17
Methodquestion
()
apps/web/server/opencode/v2/gen/sdk.gen.ts:4166
Methodquestion
()
apps/web/server/opencode/gen/sdk.gen.ts:4166
FunctionquoteWinArg
(arg: string)
apps/web/server/api/ai/mcp-install.ts:286
FunctionreadJsonConfig
(filePath: string)
apps/web/server/api/ai/mcp-install.ts:247
FunctionrebuildCount
()
apps/web/src/canvas/skia/__tests__/skia-interaction.test.ts:45
Methodredo
* Redo: restore the next document state. * Returns the restored document, or null if nothing to redo.
packages/pen-engine/src/core/history-manager.ts:84
FunctionregisterFont
()
apps/web/src/canvas/skia/__tests__/skia-engine.test.ts:43
Methodreject
* Reject question request * * Reject a question request from the AI assistant.
apps/web/server/opencode/v2/gen/sdk.gen.ts:2616
Methodremove
* Remove auth credentials * * Remove authentication credentials
apps/web/server/opencode/v2/gen/sdk.gen.ts:329
Methodremove
* Remove PTY session * * Remove and terminate a specific pseudo-terminal (PTY) session.
apps/web/server/opencode/v2/gen/sdk.gen.ts:616
Methodremove
* Remove workspace * * Remove an existing workspace.
apps/web/server/opencode/v2/gen/sdk.gen.ts:1016
Methodremove
* Remove worktree * * Remove a git worktree and delete its branch.
apps/web/server/opencode/v2/gen/sdk.gen.ts:1155
Methodremove
* Remove MCP OAuth * * Remove OAuth credentials for an MCP server
apps/web/server/opencode/v2/gen/sdk.gen.ts:3049
Methodremove
* Remove auth credentials * * Remove authentication credentials
apps/web/server/opencode/gen/sdk.gen.ts:329
Methodremove
* Remove workspace * * Remove an existing workspace.
apps/web/server/opencode/gen/sdk.gen.ts:1016
Methodremove
* Remove worktree * * Remove a git worktree and delete its branch.
apps/web/server/opencode/gen/sdk.gen.ts:1155
Methodremove
* Remove MCP OAuth * * Remove OAuth credentials for an MCP server
apps/web/server/opencode/gen/sdk.gen.ts:3049
FunctionremoveAgentIndicatorsByPrefix
(prefix: string)
apps/web/src/canvas/agent-indicator.ts:85
FunctionremoveItem
(key: string)
apps/web/src/utils/app-storage.ts:74
MethodremoveNode
(id: string)
packages/pen-engine/src/core/document-manager.ts:94
MethodremovePage
(pageId: string)
packages/pen-engine/src/core/design-engine.ts:171
FunctionremovePreviewNode
(nodeId: string)
apps/web/src/canvas/agent-indicator.ts:75
MethodremoveVariable
(name: string)
packages/pen-engine/src/core/variable-manager.ts:31
MethodrenameVariable
(oldName: string, newName: string)
packages/pen-engine/src/core/variable-manager.ts:58
FunctionrenderToImageData
(width: number, height: number)
packages/pen-engine/src/browser/canvas-bindings.ts:88
MethodrenderToImageData
(width: number, height: number)
packages/pen-engine/src/browser/canvas-renderer.ts:167
FunctionreplaceInNode
(node: PenNode)
packages/pen-core/src/variables/replace-refs.ts:56
Methodreply
* Respond to permission request * * Approve or deny a permission request from the AI assistant.
apps/web/server/opencode/v2/gen/sdk.gen.ts:2466
Methodreply
* Reply to question request * * Provide answers to a question request from the AI assistant.
apps/web/server/opencode/v2/gen/sdk.gen.ts:2573
Methodreply
* Respond to permission request * * Approve or deny a permission request from the AI assistant.
apps/web/server/opencode/gen/sdk.gen.ts:2466
Methodreply
* Reply to question request * * Provide answers to a question request from the AI assistant.
apps/web/server/opencode/gen/sdk.gen.ts:2573
FunctionrequireApp
()
apps/cli/src/connection.ts:76
Methodreset
* Reset worktree * * Reset a worktree branch to the primary default branch.
apps/web/server/opencode/v2/gen/sdk.gen.ts:1267
Methodreset
* Reset worktree * * Reset a worktree branch to the primary default branch.
apps/web/server/opencode/gen/sdk.gen.ts:1267
MethodresetArc
(tool: string)
apps/web/src/canvas/skia/skia-interaction-arc.ts:72
MethodresetDrag
()
packages/pen-engine/src/browser/interaction/select-handler.ts:85
MethodresetMarquee
(engine: SkiaEngine)
apps/web/src/canvas/skia/skia-interaction-select.ts:291
MethodresetResize
(tool: string)
apps/web/src/canvas/skia/skia-interaction-resize.ts:153
MethodresetRotation
(tool: string)
apps/web/src/canvas/skia/skia-interaction-resize.ts:161
Functionresize
(width: number, height: number)
packages/pen-engine/src/browser/canvas-bindings.ts:85
Methodresize
(width: number, height: number)
packages/pen-renderer/src/renderer.ts:123
Methodresize
(width: number, height: number)
packages/pen-engine/src/browser/canvas-renderer.ts:87
FunctionresolveTargetAtDepth
(nodeId: string)
apps/web/src/canvas/selection-context.ts:37
MethodresolveVariable
(ref: string)
packages/pen-engine/src/core/variable-manager.ts:86
Methodresource
()
apps/web/server/opencode/v2/gen/sdk.gen.ts:1144
Methodresource
()
apps/web/server/opencode/gen/sdk.gen.ts:1144
Methodrespond
* Respond to permission * * Approve or deny a permission request from the AI assistant. * * @deprecated
apps/web/server/opencode/v2/gen/sdk.gen.ts:2421
Methodrespond
* Respond to permission * * Approve or deny a permission request from the AI assistant. * * @deprecated
apps/web/server/opencode/gen/sdk.gen.ts:2421
Methodresponse
* Submit TUI response * * Submit a response to the TUI request queue to complete a pending request.
apps/web/server/opencode/v2/gen/sdk.gen.ts:3368
Methodresponse
* Submit TUI response * * Submit a response to the TUI request queue to complete a pending request.
apps/web/server/opencode/gen/sdk.gen.ts:3368
Functionrestore
()
apps/web/src/canvas/skia/__tests__/skia-engine.test.ts:20
FunctionreverseDescendantOrder
(node: PenNode)
packages/pen-mcp/src/document-manager.ts:345
FunctionreverseDescendantOrder
(node: PenNode)
apps/web/src/utils/import-pen-document.ts:102
Methodrevert
* Revert message * * Revert a specific message in a session, undoing its effects and restoring the previous state.
apps/web/server/opencode/v2/gen/sdk.gen.ts:2251
Methodrevert
* Revert message * * Revert a specific message in a session, undoing its effects and restoring the previous state.
apps/web/server/opencode/gen/sdk.gen.ts:2251
MethodsanitizeAndAssignIds
(data: Record<string, unknown>)
apps/web/src/services/ai/agent-tool-executor.ts:555
Functionsave
()
apps/web/src/canvas/skia/__tests__/skia-engine.test.ts:17
Functionscale
()
apps/web/src/canvas/skia/__tests__/skia-engine.test.ts:18
FunctionscaleDescendantsInStore
(id: string, scaleX: number, scaleY: number)
apps/web/src/canvas/skia/__tests__/skia-interaction.test.ts:95
FunctionsceneToScreen
( sceneX: number, sceneY: number, canvasRect: DOMRect, vp: ViewportState, )
packages/pen-renderer/src/viewport.ts:34
MethodsceneToScreen
* Convert scene coordinates to screen coordinates.
packages/pen-engine/src/core/viewport-controller.ts:58
MethodscreenToScene
* Convert screen coordinates to scene coordinates. * For use without a canvas rect (assumes 0,0 origin).
packages/pen-engine/src/core/viewport-controller.ts:48
Methodselect
Set the selection. Creates a new array reference.
packages/pen-engine/src/core/selection-manager.ts:38
MethodselectSession
* Select session * * Navigate the TUI to display the specified session.
apps/web/server/opencode/v2/gen/sdk.gen.ts:3761
MethodselectSession
* Select session * * Navigate the TUI to display the specified session.
apps/web/server/opencode/gen/sdk.gen.ts:3761
FunctionserializeQueryKeyValue
(value: unknown)
apps/web/server/opencode/v2/gen/core/queryKeySerializer.gen.ts:83
FunctionserializeQueryKeyValue
(value: unknown)
apps/web/server/opencode/gen/core/queryKeySerializer.gen.ts:83
Methodsession
()
apps/web/server/opencode/v2/gen/sdk.gen.ts:1139
Methodsession
()
apps/web/server/opencode/v2/gen/sdk.gen.ts:4151
Methodsession
()
apps/web/server/opencode/gen/sdk.gen.ts:1139
Methodsession
()
apps/web/server/opencode/gen/sdk.gen.ts:4151
Methodset
(value: T, key?: string)
apps/web/server/opencode/v2/gen/sdk.gen.ts:233
Methodset
* Set auth credentials * * Set authentication credentials
apps/web/server/opencode/v2/gen/sdk.gen.ts:352
Methodset
(value: T, key?: string)
apps/web/server/opencode/gen/sdk.gen.ts:233
Methodset
* Set auth credentials * * Set authentication credentials
apps/web/server/opencode/gen/sdk.gen.ts:352
MethodsetActivePage
(pageId: string)
packages/pen-engine/src/core/design-engine.ts:175
FunctionsetCachedDocument
(filePath: string, doc: PenDocument)
packages/pen-mcp/src/document-manager.ts:420
FunctionsetConfig
(config: Config)
apps/web/server/opencode/v2/gen/client/client.gen.ts:27
FunctionsetConfig
(config: Config)
apps/web/server/opencode/gen/client/client.gen.ts:27
FunctionsetContainerHighlight
(v: ContainerHighlight | null)
apps/web/src/canvas/insertion-indicator.ts:28
FunctionsetFabricSyncLock
(v: boolean)
packages/pen-core/src/sync-lock.ts:14
MethodsetHoveredId
Set the hovered node.
packages/pen-engine/src/core/selection-manager.ts:52
FunctionsetIconLookup
(fn: (name: string) => IconLookupResult | null)
packages/pen-figma/src/converters/common.ts:34
FunctionsetInsertionIndicator
(v: InsertionIndicator | null)
apps/web/src/canvas/insertion-indicator.ts:24
FunctionsetItem
(key: string, value: string)
apps/web/src/utils/app-storage.ts:60
← previousnext →3,201–3,300 of 3,401, ranked by callers