MCPcopy Create free account

hub / github.com/freecodexyz/free-code / functions

Functions11,548 in github.com/freecodexyz/free-code

Functiondiff
( prev: Screen, next: Screen, )
src/ink/screen.ts:1126
Functiondifference
(a: Set<A>, b: Set<A>)
src/utils/set.ts:4
Methoddisable
()
src/ink/focus.ts:98
MethoddispatchClick
* Hit-test the rendered DOM tree at (col, row) and bubble a ClickEvent * from the deepest hit node up through ancestors with onClick handlers. *
src/ink/ink.tsx:1260
MethoddispatchContinuous
* Dispatch with continuous priority. * For high-frequency events: resize, scroll, mouse move.
src/ink/events/dispatcher.ts:224
MethoddispatchHover
(col: number, row: number)
src/ink/ink.tsx:1265
Functiondispose
()
src/utils/bufferedWriter.ts:96
Functiondispose
()
src/utils/asciicast.ts:225
Functiondispose
()
src/utils/settings/changeDetector.ts:154
FunctiondoClose
()
src/services/oauth/codex-client.ts:239
FunctiondoWork
()
src/cli/print.ts:1556
Functiondone
()
src/services/mcpServerApproval.tsx:24
Functiondrag
* `from === undefined` → drag from current cursor (training's * left_click_drag with start_coordinate omitted). Inner `finally`: the * butto
src/utils/computerUse/executor.ts:579
Functiondrain
(sock)
src/upstreamproxy/relay.ts:215
FunctiondrainPendingExtraction
( timeoutMs?: number, )
src/services/extractMemories/extractMemories.ts:611
FunctiondrainTick
(cu: ReturnType<typeof requireComputerUseSwift>)
src/utils/computerUse/drainRunLoop.ts:20
FunctiondroppedBatchCount
()
src/bridge/replBridgeTransport.ts:95
MethoddroppedBatchCount
Snapshot before/after writeBatch() to detect silent drops.
src/cli/transports/HybridTransport.ts:141
MethoddroppedBatchCount
* Monotonic count of batches dropped via maxConsecutiveFailures. Callers * can snapshot before flush() and compare after to detect silent drops
src/cli/transports/SerialBatchEventUploader.ts:84
FunctiondumpRequest
( body: string, ts: string, state: DumpState, filePath: string, )
src/services/api/dumpPrompts.ts:90
Functionedges
(a: number, b?: number, c?: number, d?: number)
src/ink/layout/geometry.ts:30
Functionemit
(...args)
src/utils/signal.ts:36
FunctionemitPerfettoCounter
( name: string, values: Record<string, number>, )
src/utils/telemetry/perfettoTracing.ts:863
FunctionemitPerfettoInstant
( name: string, category: string, args?: Record<string, unknown>, )
src/utils/telemetry/perfettoTracing.ts:840
MethodemitRefreshEvent
( outcome: 'success' | 'failure', reason?: MCPRefreshFailureReason, )
src/services/mcp/auth.ts:2183
FunctionemitTaskProgress
(params: { taskId: string toolUseId: string | undefined description: string startTime: number totalT
src/utils/task/sdkProgress.ts:10
Methodenable
()
src/ink/focus.ts:94
MethodenablePaneBorderStatus
* No-op for iTerm2 - pane titles are shown in tabs automatically.
src/utils/swarm/backends/ITermBackend.ts:294
Functionend
()
src/utils/telemetry/sessionTracing.ts:26
Methodend
* End a query. Returns true if this generation is still current * (meaning the caller should perform cleanup). Returns false if a * newer query
src/utils/QueryGuard.ts:74
Methodend
()
src/utils/telemetry/betaSessionTracing.ts:12
Methodend
* End the flush and return any queued items for draining. * Caller is responsible for sending the returned items.
src/bridge/flushGate.ts:37
FunctionendInteractionPerfettoSpan
(spanId: string)
src/utils/telemetry/perfettoTracing.ts:918
FunctionendLLMRequestPerfettoSpan
( spanId: string, metadata: { ttftMs?: number ttltMs?: number promptTokens?: number output
src/utils/telemetry/perfettoTracing.ts:468
MethodendOfFile
()
src/utils/Cursor.ts:1034
MethodendOfWord
()
src/utils/Cursor.ts:580
FunctionendToolPerfettoSpan
( spanId: string, metadata?: { success?: boolean error?: string resultTokens?: number }, )
src/utils/telemetry/perfettoTracing.ts:727
FunctionendUserInputPerfettoSpan
( spanId: string, metadata?: { decision?: string source?: string }, )
src/utils/telemetry/perfettoTracing.ts:801
Methodenqueue
* Add events to the pending buffer. Returns immediately if space is * available. Blocks (awaits) if the buffer is full — caller pauses * until d
src/cli/transports/SerialBatchEventUploader.ts:101
FunctionenqueueUltraplanFailureNotification
(taskId: string, sessionId: string, reason: string, setAppState: SetAppState)
src/tasks/RemoteAgentTask/RemoteAgentTask.tsx:225
FunctionensureDeepLinkProtocolRegistered
()
src/utils/deepLink/registerProtocol.ts:298
MethodensureFileOpened
* Ensure a file is opened in the IDE before processing. * This is important for language services like diagnostics to work properly.
src/services/diagnosticTracking.ts:103
FunctionensureInitialized
()
src/utils/bash/parser.ts:50
FunctionensureSystemReminderWrap
* Ensure all text content in attachment-origin messages carries the * <system-reminder> wrapper. This makes the prefix a reliable discriminator * fo
src/utils/messages.ts:1797
FunctionenvironmentId
()
src/bridge/replBridge.ts:1682
Methodequals
(other: WrappedLine)
src/utils/Cursor.ts:1116
FunctioneraseLine
()
src/ink/termio/csi.ts:207
FunctioneraseScreen
()
src/ink/termio/csi.ts:225
FunctioneraseToEndOfLine
()
src/ink/termio/csi.ts:197
FunctioneraseToEndOfScreen
()
src/ink/termio/csi.ts:215
FunctioneraseToStartOfLine
()
src/ink/termio/csi.ts:202
FunctioneraseToStartOfScreen
()
src/ink/termio/csi.ts:220
Functionerror
(sock, err)
src/upstreamproxy/relay.ts:230
Methoderror
(message: string, ..._: unknown[])
src/utils/telemetry/logger.ts:5
MethodeventPhase
()
src/ink/events/terminal-event.ts:47
FunctionevictOldestEventsForTesting
()
src/utils/telemetry/perfettoTracing.ts:1118
FunctionevictStaleSpansForTesting
()
src/utils/telemetry/perfettoTracing.ts:1113
FunctionexchangeCodeForTokens
( authorizationCode: string, state: string, codeVerifier: string, port: number, useManualRedirect: b
src/services/oauth/client.ts:135
FunctionexecuteExtractMemories
( context: REPLHookContext, appendSystemMessage?: AppendSystemMessageFn, )
src/services/extractMemories/extractMemories.ts:598
FunctionexecuteInSpan
( _spanName: string, fn: (span: Span) => Promise<T>, _attributes?: SpanMetadata, )
src/utils/telemetry/sessionTracing.ts:122
Functionexit
()
src/ink/components/AppContext.ts:15
FunctionexitWithError
(root: Root, message: string, beforeExit?: () => Promise<void>)
src/interactiveHelpers.tsx:52
Methodexport
( metrics: ResourceMetrics, resultCallback: (result: ExportResult) => void, )
src/utils/telemetry/bigqueryExporter.ts:63
Methodexport
( logs: ReadableLogRecord[], resultCallback: (result: ExportResult) => void, )
src/services/analytics/firstPartyEventLoggingExporter.ts:277
FunctionextractArgsAfterDoubleDash
( commandOrValue: string, args: string[] = [], )
src/utils/cliArgs.ts:49
FunctionextractLspServersFromPlugins
( plugins: LoadedPlugin[], errors: PluginError[] = [], )
src/utils/plugins/lspPluginIntegration.ts:363
FunctionextractMcpServersFromPlugins
( plugins: LoadedPlugin[], errors: PluginError[] = [], )
src/utils/plugins/mcpPluginIntegration.ts:366
FunctionextractMessageText
* Extracts searchable text content from a message.
src/utils/agenticSessionSearch.ts:57
FunctionextractPlanFromLog
(log: SDKMessage[])
src/tasks/RemoteAgentTask/RemoteAgentTask.tsx:208
FunctionextractPromptDescription
( _ruleContent: string | undefined, )
src/utils/permissions/bashClassifier.ts:14
FunctionextractSearchText
()
src/tools/FileReadTool/FileReadTool.ts:414
FunctionextractSearchText
()
src/tools/WebSearchTool/WebSearchTool.ts:229
FunctionextractSearchText
()
src/tools/FileWriteTool/FileWriteTool.ts:146
FunctionextractSearchText
({ stdout, stderr })
src/tools/BashTool/BashTool.tsx:549
FunctionextractSearchText
({ mode, content, filenames })
src/tools/GrepTool/GrepTool.ts:250
FunctionextractSearchableText
(message: SerializedMessage)
src/components/LogSelector.tsx:1507
FunctionextractUnknownErrorFormat
(value: unknown)
src/services/api/errors.ts:411
FunctionfailAgentTask
(taskId: string, error: string, setAppState: SetAppState)
src/tasks/LocalAgentTask/LocalAgentTask.tsx:437
Functionfeed
(input: string)
src/ink/termio/tokenize.ts:63
FunctionfetchCodexResponse
( messages: Message[], model: string, options: { apiKey?: string baseUrl?: string stream?: b
src/utils/codex-fetch-adapter.ts:88
FunctionfetchRemoteCredentials
( sessionId: string, baseUrl: string, accessToken: string, timeoutMs: number, trustedDeviceToken?: s
src/bridge/codeSessionApi.ts:93
FunctionfilterCommandsByServer
( commands: Command[], serverName: string, )
src/services/mcp/utils.ts:70
FunctionfilterGeneratedFiles
(files: string[])
src/utils/generatedFiles.ts:134
FunctionfilterResourcesByServer
( resources: ServerResource[], serverName: string, )
src/services/mcp/utils.ts:102
Functionfinalize
()
src/services/voiceStreamSTT.ts:239
FunctionfinalizeInitialChildren
( _node: DOMElement, _type: ElementNames, props: Props, )
src/ink/reconciler.ts:394
FunctionfindExecutable
( exe: string, args: string[], )
src/utils/findExecutable.ts:11
FunctionfindMissingPlugins
( enabledPlugins: string[], )
src/utils/plugins/pluginStartupCheck.ts:216
FunctionfindOwnerChainAtRow
(root: DOMElement, y: number)
src/ink/dom.ts:465
FunctionfindWindowDisplays
( bundleIds: string[], )
src/utils/computerUse/executor.ts:362
MethodfirstNonBlankInLine
()
src/utils/Cursor.ts:444
Functionflush
()
src/utils/asciicast.ts:221
Functionflush
()
src/ink/termio/tokenize.ts:76
Functionflush
()
src/bridge/replBridgeTransport.ts:333
Functionflush
()
src/context/stats.tsx:123
Methodflush
()
src/utils/task/TaskOutput.ts:368
Methodflush
* Block until all pending events have been sent. * Used at turn boundaries and graceful shutdown.
src/cli/transports/SerialBatchEventUploader.ts:125
FunctionflushAsciicastRecorder
()
src/utils/asciicast.ts:131
FunctionflushDebugLogs
()
src/utils/debug.ts:198
MethodflushInternalEvents
Flush pending internal events. No-op for non-remote IO. Overridden by RemoteIO.
src/cli/structuredIO.ts:190
← previousnext →9,801–9,900 of 11,548, ranked by callers