Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ functions
Functions
11,548 in github.com/freecodexyz/free-code
⨍
Functions
11,548
◇
Types & classes
343
Function
diff
( prev: Screen, next: Screen, )
src/ink/screen.ts:1126
Function
difference
(a: Set<A>, b: Set<A>)
src/utils/set.ts:4
Method
disable
()
src/ink/focus.ts:98
Method
dispatchClick
* 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
Method
dispatchContinuous
* Dispatch with continuous priority. * For high-frequency events: resize, scroll, mouse move.
src/ink/events/dispatcher.ts:224
Method
dispatchHover
(col: number, row: number)
src/ink/ink.tsx:1265
Function
dispose
()
src/utils/bufferedWriter.ts:96
Function
dispose
()
src/utils/asciicast.ts:225
Function
dispose
()
src/utils/settings/changeDetector.ts:154
Function
doClose
()
src/services/oauth/codex-client.ts:239
Function
doWork
()
src/cli/print.ts:1556
Function
done
()
src/services/mcpServerApproval.tsx:24
Function
drag
* `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
Function
drain
(sock)
src/upstreamproxy/relay.ts:215
Function
drainPendingExtraction
( timeoutMs?: number, )
src/services/extractMemories/extractMemories.ts:611
Function
drainTick
(cu: ReturnType<typeof requireComputerUseSwift>)
src/utils/computerUse/drainRunLoop.ts:20
Function
droppedBatchCount
()
src/bridge/replBridgeTransport.ts:95
Method
droppedBatchCount
Snapshot before/after writeBatch() to detect silent drops.
src/cli/transports/HybridTransport.ts:141
Method
droppedBatchCount
* 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
Function
dumpRequest
( body: string, ts: string, state: DumpState, filePath: string, )
src/services/api/dumpPrompts.ts:90
Function
edges
(a: number, b?: number, c?: number, d?: number)
src/ink/layout/geometry.ts:30
Function
emit
(...args)
src/utils/signal.ts:36
Function
emitPerfettoCounter
( name: string, values: Record<string, number>, )
src/utils/telemetry/perfettoTracing.ts:863
Function
emitPerfettoInstant
( name: string, category: string, args?: Record<string, unknown>, )
src/utils/telemetry/perfettoTracing.ts:840
Method
emitRefreshEvent
( outcome: 'success' | 'failure', reason?: MCPRefreshFailureReason, )
src/services/mcp/auth.ts:2183
Function
emitTaskProgress
(params: { taskId: string toolUseId: string | undefined description: string startTime: number totalT
src/utils/task/sdkProgress.ts:10
Method
enable
()
src/ink/focus.ts:94
Method
enablePaneBorderStatus
* No-op for iTerm2 - pane titles are shown in tabs automatically.
src/utils/swarm/backends/ITermBackend.ts:294
Function
end
()
src/utils/telemetry/sessionTracing.ts:26
Method
end
* 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
Method
end
()
src/utils/telemetry/betaSessionTracing.ts:12
Method
end
* End the flush and return any queued items for draining. * Caller is responsible for sending the returned items.
src/bridge/flushGate.ts:37
Function
endInteractionPerfettoSpan
(spanId: string)
src/utils/telemetry/perfettoTracing.ts:918
Function
endLLMRequestPerfettoSpan
( spanId: string, metadata: { ttftMs?: number ttltMs?: number promptTokens?: number output
src/utils/telemetry/perfettoTracing.ts:468
Method
endOfFile
()
src/utils/Cursor.ts:1034
Method
endOfWord
()
src/utils/Cursor.ts:580
Function
endToolPerfettoSpan
( spanId: string, metadata?: { success?: boolean error?: string resultTokens?: number }, )
src/utils/telemetry/perfettoTracing.ts:727
Function
endUserInputPerfettoSpan
( spanId: string, metadata?: { decision?: string source?: string }, )
src/utils/telemetry/perfettoTracing.ts:801
Method
enqueue
* 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
Function
enqueueUltraplanFailureNotification
(taskId: string, sessionId: string, reason: string, setAppState: SetAppState)
src/tasks/RemoteAgentTask/RemoteAgentTask.tsx:225
Function
ensureDeepLinkProtocolRegistered
()
src/utils/deepLink/registerProtocol.ts:298
Method
ensureFileOpened
* 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
Function
ensureInitialized
()
src/utils/bash/parser.ts:50
Function
ensureSystemReminderWrap
* 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
Function
environmentId
()
src/bridge/replBridge.ts:1682
Method
equals
(other: WrappedLine)
src/utils/Cursor.ts:1116
Function
eraseLine
()
src/ink/termio/csi.ts:207
Function
eraseScreen
()
src/ink/termio/csi.ts:225
Function
eraseToEndOfLine
()
src/ink/termio/csi.ts:197
Function
eraseToEndOfScreen
()
src/ink/termio/csi.ts:215
Function
eraseToStartOfLine
()
src/ink/termio/csi.ts:202
Function
eraseToStartOfScreen
()
src/ink/termio/csi.ts:220
Function
error
(sock, err)
src/upstreamproxy/relay.ts:230
Method
error
(message: string, ..._: unknown[])
src/utils/telemetry/logger.ts:5
Method
eventPhase
()
src/ink/events/terminal-event.ts:47
Function
evictOldestEventsForTesting
()
src/utils/telemetry/perfettoTracing.ts:1118
Function
evictStaleSpansForTesting
()
src/utils/telemetry/perfettoTracing.ts:1113
Function
exchangeCodeForTokens
( authorizationCode: string, state: string, codeVerifier: string, port: number, useManualRedirect: b
src/services/oauth/client.ts:135
Function
executeExtractMemories
( context: REPLHookContext, appendSystemMessage?: AppendSystemMessageFn, )
src/services/extractMemories/extractMemories.ts:598
Function
executeInSpan
( _spanName: string, fn: (span: Span) => Promise<T>, _attributes?: SpanMetadata, )
src/utils/telemetry/sessionTracing.ts:122
Function
exit
()
src/ink/components/AppContext.ts:15
Function
exitWithError
(root: Root, message: string, beforeExit?: () => Promise<void>)
src/interactiveHelpers.tsx:52
Method
export
( metrics: ResourceMetrics, resultCallback: (result: ExportResult) => void, )
src/utils/telemetry/bigqueryExporter.ts:63
Method
export
( logs: ReadableLogRecord[], resultCallback: (result: ExportResult) => void, )
src/services/analytics/firstPartyEventLoggingExporter.ts:277
Function
extractArgsAfterDoubleDash
( commandOrValue: string, args: string[] = [], )
src/utils/cliArgs.ts:49
Function
extractLspServersFromPlugins
( plugins: LoadedPlugin[], errors: PluginError[] = [], )
src/utils/plugins/lspPluginIntegration.ts:363
Function
extractMcpServersFromPlugins
( plugins: LoadedPlugin[], errors: PluginError[] = [], )
src/utils/plugins/mcpPluginIntegration.ts:366
Function
extractMessageText
* Extracts searchable text content from a message.
src/utils/agenticSessionSearch.ts:57
Function
extractPlanFromLog
(log: SDKMessage[])
src/tasks/RemoteAgentTask/RemoteAgentTask.tsx:208
Function
extractPromptDescription
( _ruleContent: string | undefined, )
src/utils/permissions/bashClassifier.ts:14
Function
extractSearchText
()
src/tools/FileReadTool/FileReadTool.ts:414
Function
extractSearchText
()
src/tools/WebSearchTool/WebSearchTool.ts:229
Function
extractSearchText
()
src/tools/FileWriteTool/FileWriteTool.ts:146
Function
extractSearchText
({ stdout, stderr })
src/tools/BashTool/BashTool.tsx:549
Function
extractSearchText
({ mode, content, filenames })
src/tools/GrepTool/GrepTool.ts:250
Function
extractSearchableText
(message: SerializedMessage)
src/components/LogSelector.tsx:1507
Function
extractUnknownErrorFormat
(value: unknown)
src/services/api/errors.ts:411
Function
failAgentTask
(taskId: string, error: string, setAppState: SetAppState)
src/tasks/LocalAgentTask/LocalAgentTask.tsx:437
Function
feed
(input: string)
src/ink/termio/tokenize.ts:63
Function
fetchCodexResponse
( messages: Message[], model: string, options: { apiKey?: string baseUrl?: string stream?: b
src/utils/codex-fetch-adapter.ts:88
Function
fetchRemoteCredentials
( sessionId: string, baseUrl: string, accessToken: string, timeoutMs: number, trustedDeviceToken?: s
src/bridge/codeSessionApi.ts:93
Function
filterCommandsByServer
( commands: Command[], serverName: string, )
src/services/mcp/utils.ts:70
Function
filterGeneratedFiles
(files: string[])
src/utils/generatedFiles.ts:134
Function
filterResourcesByServer
( resources: ServerResource[], serverName: string, )
src/services/mcp/utils.ts:102
Function
finalize
()
src/services/voiceStreamSTT.ts:239
Function
finalizeInitialChildren
( _node: DOMElement, _type: ElementNames, props: Props, )
src/ink/reconciler.ts:394
Function
findExecutable
( exe: string, args: string[], )
src/utils/findExecutable.ts:11
Function
findMissingPlugins
( enabledPlugins: string[], )
src/utils/plugins/pluginStartupCheck.ts:216
Function
findOwnerChainAtRow
(root: DOMElement, y: number)
src/ink/dom.ts:465
Function
findWindowDisplays
( bundleIds: string[], )
src/utils/computerUse/executor.ts:362
Method
firstNonBlankInLine
()
src/utils/Cursor.ts:444
Function
flush
()
src/utils/asciicast.ts:221
Function
flush
()
src/ink/termio/tokenize.ts:76
Function
flush
()
src/bridge/replBridgeTransport.ts:333
Function
flush
()
src/context/stats.tsx:123
Method
flush
()
src/utils/task/TaskOutput.ts:368
Method
flush
* Block until all pending events have been sent. * Used at turn boundaries and graceful shutdown.
src/cli/transports/SerialBatchEventUploader.ts:125
Function
flushAsciicastRecorder
()
src/utils/asciicast.ts:131
Function
flushDebugLogs
()
src/utils/debug.ts:198
Method
flushInternalEvents
Flush pending internal events. No-op for non-remote IO. Overridden by RemoteIO.
src/cli/structuredIO.ts:190
← previous
next →
9,801–9,900 of 11,548, ranked by callers