Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oboard/claude-code-rev
/ functions
Functions
11,702 in github.com/oboard/claude-code-rev
⨍
Functions
11,702
◇
Types & classes
352
Function
clearShellHistoryCache
()
src/utils/suggestions/shellHistoryCompletion.ts:62
Function
clearSlackChannelCache
()
src/utils/suggestions/slackChannelSuggestions.ts:203
Function
clearStatus
()
src/bridge/bridgeUI.ts:464
Function
click
* Move, then click. Modifiers are press/release bracketed via withModifiers * — same pattern as Cowork. AppKit computes NSEvent.clickCount from t
src/utils/computerUse/executor.ts:538
Method
clientMetadata
()
src/services/mcp/auth.ts:1417
Method
clientMetadataUrl
* CIMD (SEP-991): URL-based client_id. When the auth server advertises * client_id_metadata_document_supported: true, the SDK uses this URL as the
src/services/mcp/auth.ts:1445
Function
cloneDeep
(value: T)
src/utils/slowOperations.ts:234
Function
close
()
shims/ant-computer-use-mcp/index.ts:135
Function
close
()
shims/ant-claude-for-chrome-mcp/index.ts:102
Function
close
()
src/bridge/replBridgeTransport.ts:284
Function
close
(sock)
src/upstreamproxy/relay.ts:227
Function
close
()
src/services/voiceStreamSTT.ts:306
Method
close
* Closes the WebSocket connection.
src/utils/mcpWebSocketTransport.ts:159
Method
close
()
src/cli/transports/WebSocketTransport.ts:556
Method
close
()
src/cli/transports/HybridTransport.ts:171
Method
close
()
src/cli/transports/WorkerStateUploader.ts:49
Method
close
* Drop pending events and stop processing. * Resolves any blocked enqueue() and flush() callers.
src/cli/transports/SerialBatchEventUploader.ts:139
Method
close
()
src/services/mcp/SdkControlTransport.ts:88
Method
close
()
src/services/mcp/SdkControlTransport.ts:129
Method
close
()
src/services/mcp/InProcessTransport.ts:37
Function
closeFile
* Close a file in LSP servers (sends didClose notification) * * NOTE: Currently available but not yet integrated with compact flow. * TODO: I
src/services/lsp/LSPServerManager.ts:377
Method
codeVerifier
()
src/services/mcp/auth.ts:1951
Method
collectResults
()
src/services/tools/StreamingToolExecutor.ts:276
Method
columns
()
src/utils/Cursor.ts:1042
Function
commandHasArg
( command: ParsedCommandElement, arg: string, )
src/utils/powershell/parser.ts:1608
Function
commitMount
(node: DOMElement)
src/ink/reconciler.ts:401
Function
commitTextUpdate
(node: TextNode, _oldText: string, newText: string)
src/ink/reconciler.ts:460
Function
commitUpdate
( node: DOMElement, _type: ElementNames, oldProps: Props, newProps: Props, )
src/ink/reconciler.ts:426
Function
compareAgentsByName
( a: AgentDefinition, b: AgentDefinition, )
src/tools/AgentTool/agentDisplay.ts:97
Function
compareDesc
* Sort comparator: lastModified desc, then sessionId desc for stable * ordering across mtime ties.
src/utils/listSessionsImpl.ts:230
Function
completeAgentTask
(result: AgentToolResult, setAppState: SetAppState)
src/tasks/LocalAgentTask/LocalAgentTask.tsx:412
Method
componentDidCatch
(error: Error)
src/components/App.tsx:31
Method
componentDidCatch
(error: Error)
src/ink/components/App.tsx:213
Method
componentDidCatch
(error: Error)
src/screens/REPL.tsx:540
Method
componentDidMount
()
src/ink/components/App.tsx:186
Method
componentWillUnmount
()
src/ink/components/App.tsx:193
Function
computeBranch
()
src/utils/git/gitFilesystem.ts:500
Function
computeDefaultBranch
()
src/utils/git/gitFilesystem.ts:544
Function
computeHead
()
src/utils/git/gitFilesystem.ts:512
Function
computeRemoteUrl
()
src/utils/git/gitFilesystem.ts:527
Function
connect
()
shims/ant-computer-use-mcp/index.ts:127
Function
connect
()
shims/ant-claude-for-chrome-mcp/index.ts:94
Function
connect
()
src/bridge/replBridgeTransport.ts:336
Function
connectRemoteControl
( _opts: ConnectRemoteControlOptions, )
src/entrypoints/agentSdkTypes.ts:439
Method
constructor
(config: QueryEngineConfig)
src/QueryEngine.ts:200
Method
constructor
( public tokenCount: number, public maxTokens: number, )
src/tools/FileReadTool/FileReadTool.ts:176
Method
constructor
(domain: string)
src/tools/WebFetchTool/utils.ts:22
Method
constructor
(domain: string)
src/tools/WebFetchTool/utils.ts:29
Method
constructor
(public readonly domain: string)
src/tools/WebFetchTool/utils.ts:38
Method
constructor
(props: Props)
src/components/SentryErrorBoundary.ts:12
Method
constructor
(options: OptionWithDescription<T>[])
src/components/CustomSelect/option-map.ts:17
Method
constructor
( private readonly config: RemoteSessionConfig, private readonly callbacks: RemoteSessionCallbacks,
src/remote/RemoteSessionManager.ts:100
Method
constructor
( private readonly sessionId: string, private readonly orgUuid: string, private readonly getAccess
src/remote/SessionsWebSocket.ts:90
Method
constructor
(maxEntries: number, maxSizeBytes: number)
src/utils/fileStateCache.ts:33
Method
constructor
( public sizeInBytes: number, public maxSizeBytes: number, )
src/utils/readFileInRange.ts:58
Method
constructor
(private ws: WebSocketLike)
src/utils/mcpWebSocketTransport.ts:27
Method
constructor
()
src/utils/sessionStorage.ts:570
Method
constructor
(options?: ActivityManagerOptions)
src/utils/activityManager.ts:28
Method
constructor
( readonly measuredText: MeasuredText, offset: number = 0, readonly selection: number = 0, )
src/utils/Cursor.ts:153
Method
constructor
( public readonly text: string, public readonly startOffset: number, public readonly isPrecededByN
src/utils/Cursor.ts:1109
Method
constructor
( text: string, readonly columns: number, )
src/utils/Cursor.ts:1131
Method
constructor
(private wslDistroName: string | undefined)
src/utils/idePathConversion.ts:26
Method
constructor
(message: string)
src/utils/imageResizer.ts:38
Method
constructor
()
src/utils/gracefulShutdown.ts:526
Method
constructor
(private capacity: number)
src/utils/CircularBuffer.ts:10
Method
constructor
(private readonly returned?: () => void)
src/utils/stream.ts:9
Method
constructor
(stream: Readable, taskOutput: TaskOutput, isStderr: boolean)
src/utils/ShellCommand.ts:73
Method
constructor
( childProcess: ChildProcess, abortSignal: AbortSignal, timeout: number, taskOutput: TaskOutpu
src/utils/ShellCommand.ts:148
Method
constructor
(opts?: { backgroundTaskId?: string stderr?: string code?: number })
src/utils/ShellCommand.ts:413
Method
constructor
(message: string)
src/utils/errors.ts:4
Method
constructor
(message?: string)
src/utils/errors.ts:13
Method
constructor
(message: string, filePath: string, defaultConfig: unknown)
src/utils/errors.ts:43
Method
constructor
( public readonly stdout: string, public readonly stderr: string, public readonly code: number,
src/utils/errors.ts:52
Method
constructor
( message: string, public readonly formattedMessage: string, )
src/utils/errors.ts:64
Method
constructor
(message: string, telemetryMessage?: string)
src/utils/errors.ts:96
Method
constructor
* Creates a new EndTruncatingAccumulator * @param maxSize Maximum size in characters before truncation occurs
src/utils/stringUtils.ts:149
Method
constructor
(private readonly text: string)
src/utils/textHighlighting.ts:72
Method
constructor
( message: string, public readonly partialResults: string[], )
src/utils/ripgrep.ts:99
Method
constructor
(oversizedImages: OversizedImage[], maxSize: number)
src/utils/imageValidation.ts:17
Method
constructor
(args: IArguments)
src/utils/slowOperations.ts:101
Method
constructor
( message: string, readonly reason: PollFailReason, readonly rejectCount: number, options?: Er
src/utils/ultraplan/ccrSession.ts:35
Method
constructor
()
src/utils/nativeInstaller/download.ts:283
Method
constructor
(options: { timeout?: number } = {})
src/utils/telemetry/bigqueryExporter.ts:46
Method
constructor
(taskId: string)
src/utils/task/diskOutput.ts:106
Method
constructor
( taskId: string, onProgress: ProgressCallback | null, stdoutToFile = false, maxMemory: number
src/utils/task/TaskOutput.ts:58
Method
constructor
(backend: PaneBackend)
src/utils/swarm/backends/PaneBackendExecutor.ts:52
Method
constructor
(command: string)
src/utils/bash/ParsedCommand.ts:45
Method
constructor
( command: string, pipePositions: number[], redirectionNodes: RedirectionNode[], treeSitterAna
src/utils/bash/ParsedCommand.ts:164
Method
constructor
()
src/utils/claudeInChrome/chromeNativeHost.ts:445
Method
constructor
(options: Options)
src/ink/output.ts:180
Method
constructor
(private readonly options: Options)
src/ink/log-update.ts:46
Method
constructor
( origin: Point, readonly viewportWidth: number, )
src/ink/log-update.ts:758
Method
constructor
(private stdout: NodeJS.WriteStream)
src/ink/terminal-querier.ts:136
Method
constructor
( dispatchFocusEvent: (target: DOMElement, event: FocusEvent) => boolean, )
src/ink/focus.ts:21
Method
constructor
(private readonly options: Options)
src/ink/ink.tsx:180
Method
constructor
()
src/ink/screen.ts:118
Method
constructor
(yoga: YogaNode)
src/ink/layout/yoga.ts:57
Method
constructor
( type: 'focus' | 'blur', relatedTarget: EventTarget | null = null, )
src/ink/events/focus-event.ts:14
Method
constructor
()
src/ink/events/emitter.ts:7
Method
constructor
(parsedKey: ParsedKey)
src/ink/events/keyboard-event.ts:20
← previous
next →
9,701–9,800 of 11,702, ranked by callers