MCPcopy Create free account

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

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

↓ 2 callersFunctionrecent
(ts: number | undefined)
src/hooks/notifs/useModelMigrationNotifications.tsx:49
↓ 2 callersFunctionreconcileMarketplaces
( opts?: ReconcileOptions, )
src/utils/plugins/reconciler.ts:114
↓ 2 callersFunctionrecordAttributionSnapshot
( snapshot: AttributionSnapshotMessage, )
src/utils/sessionStorage.ts:1488
↓ 2 callersFunctionrecordExtractionTokenCount
(currentTokenCount: number)
src/services/SessionMemory/sessionMemoryUtils.ts:151
↓ 2 callersFunctionrecordYank
(start: number, length: number)
src/utils/Cursor.ts:80
↓ 2 callersFunctionredactIfDisabled
(content: string)
src/utils/telemetry/events.ts:5
↓ 2 callersFunctionredactSensitiveUrlParams
* Redacts sensitive OAuth query parameters from a URL for safe logging. * Prevents exposure of state, nonce, code_challenge, code_verifier, and autho
src/services/mcp/auth.ts:112
↓ 2 callersFunctionredownloadUserSettings
()
src/services/settingsSync/index.ts:152
↓ 2 callersFunctionreduceCodes
(codes: AnsiCode[])
src/utils/textHighlighting.ts:164
↓ 2 callersMethodreenterAltScreen
* Re-enter alt-screen, clear, home, re-enable mouse tracking, and reset * frame buffers so the next render repaints from scratch. Self-heal for
src/ink/ink.tsx:964
↓ 2 callersFunctionrefreshMetricsStatus
* Fetch (in-memory memoized) and persist to disk on change. * Errors are not persisted — a transient failure should not overwrite a * known-good dis
src/services/api/metricsOptOut.ts:94
↓ 2 callersFunctionrefreshOAuthToken
( refreshToken: string, { scopes: requestedScopes }: { scopes?: string[] } = {}, )
src/services/oauth/client.ts:174
↓ 2 callersFunctionrefreshPolicyLimits
()
src/services/policyLimits/index.ts:581
↓ 2 callersFunctionrefreshRemoteManagedSettings
()
src/services/remoteManagedSettings/index.ts:562
↓ 2 callersFunctionregenerateCompletionCache
()
src/utils/completionCache.ts:140
↓ 2 callersFunctionregisterAsyncAgent
({ agentId, description, prompt, selectedAgent, setAppState, parentAbortController, toolUseId }:
src/tasks/LocalAgentTask/LocalAgentTask.tsx:466
↓ 2 callersFunctionregisterForeground
(input: LocalShellSpawnInput & { shellCommand: ShellCommand; }, setAppState: SetAppState, toolUseId?: string
src/tasks/LocalShellTask/LocalShellTask.tsx:259
↓ 2 callersFunctionregisterOutOfProcessTeammateTask
* Register a background task entry for an out-of-process (tmux/iTerm2) teammate. * This makes tmux teammates visible in the background tasks pill and
src/tools/shared/spawnMultiAgent.ts:760
↓ 2 callersFunctionregisterPermissionCallback
( callback: PermissionResponseCallback, )
src/hooks/useSwarmPermissionPoller.ts:82
↓ 2 callersFunctionregisterSeedMarketplaces
()
src/utils/plugins/marketplaceManager.ts:380
↓ 2 callersFunctionregisterSessionActivityCallback
(cb: () => void)
src/utils/sessionActivity.ts:60
↓ 2 callersFunctionregisterStructuredOutputEnforcement
( setAppState: SetAppState, sessionId: string, )
src/utils/hooks/hookHelpers.ts:70
↓ 2 callersFunctionregisterWorker
( sessionUrl: string, accessToken: string, )
src/bridge/workSecret.ts:97
↓ 2 callersFunctionreinitializeLspServerManager
()
src/services/lsp/manager.ts:226
↓ 2 callersMethodreleaseBackpressure
()
src/cli/transports/SerialBatchEventUploader.ts:255
↓ 2 callersFunctionreleaseComputerUseLock
()
src/utils/computerUse/computerUseLock.ts:202
↓ 2 callersFunctionreleasePressed
* Release `pressed` in reverse (last pressed = first released). Errors are * swallowed so a release failure never masks the real error. * * Drains
src/utils/computerUse/executor.ts:131
↓ 2 callersFunctionremoveIfEmpty
(dirPath: string)
src/utils/plugins/cacheUtils.ts:179
↓ 2 callersFunctionremoveInstalledSymlink
()
src/utils/nativeInstaller/installer.ts:1465
↓ 2 callersFunctionremoveMcpConfig
( name: string, scope: ConfigScope, )
src/services/mcp/config.ts:769
↓ 2 callersFunctionremoveNewlines
(h: Highlight)
src/native-ts/color-diff/index.ts:648
↓ 2 callersFunctionremoveOuterQuotes
* Remove outer single or double quotes from a string * @param text Text to clean * @returns Text without outer quotes
src/utils/imagePaste.ts:277
↓ 2 callersFunctionremoveProjectHistory
* Removes history field from projects (migrated to history.jsonl) * @internal
src/utils/config.ts:986
↓ 2 callersFunctionremoveSandboxViolationTags
(text: string)
src/utils/sandbox/sandbox-ui-utils.ts:10
↓ 2 callersFunctionremoveSessionCronTasks
(ids: readonly string[])
src/bootstrap/state.ts:1307
↓ 2 callersFunctionrenderAndRun
(root: Root, element: React.ReactNode)
src/interactiveHelpers.tsx:98
↓ 2 callersFunctionrenderChildren
( node: DOMElement, output: Output, offsetX: number, offsetY: number, hasRemovedChild: boolean, pr
src/ink/render-node-to-output.ts:1257
↓ 2 callersFunctionrenderConnectingLine
Render the connecting spinner line (shown before first updateIdleStatus).
src/bridge/bridgeUI.ts:152
↓ 2 callersFunctionrenderFrameSlice
* Render a slice of rows from the frame's screen. * Each row is rendered followed by a newline. Cursor ends at (0, endY).
src/ink/log-update.ts:527
↓ 2 callersFunctionrenderMessagesToPlainText
(messages: Message[], tools: Tools = [], columns?: number)
src/utils/exportRenderer.tsx:91
↓ 2 callersFunctionrenderModelSetting
(setting: ModelName | ModelAlias)
src/utils/model/model.ts:354
↓ 2 callersFunctionrenderRowLines
(cells: Array<{ tokens?: Token[]; }>, isHeader: boolean)
src/components/MarkdownTable.tsx:188
↓ 2 callersFunctionrenderToolActivity
(activity: ToolActivity, tools: Tools, theme: ThemeName)
src/components/tasks/renderToolActivity.tsx:7
↓ 2 callersFunctionrenderToolUseProgressMessage
(progressMessages: ProgressMessage<Progress>[], { tools, verbose }: { tools: Tools; verbose: boolean;
src/tools/SkillTool/UI.tsx:62
↓ 2 callersFunctionrenderToolUseProgressMessage
(progressMessages: ProgressMessage<Progress>[], { tools, verbose, terminalSize, inProgressToolCallCoun
src/tools/AgentTool/UI.tsx:445
↓ 2 callersFunctionrenderToolUseProgressMessage
(tool: Tool, tools: Tools, lookups: ReturnType<typeof buildMessageLookups>, toolUseID: string, progressMessage
src/components/messages/AssistantToolUseMessage.tsx:328
↓ 2 callersFunctionrenderVerticalFormat
()
src/components/MarkdownTable.tsx:241
↓ 2 callersFunctionrenderableSearchText
(msg: RenderableMessage)
src/utils/transcriptSearch.ts:24
↓ 2 callersMethodreplayBufferedMessages
(lastId: string)
src/cli/transports/WebSocketTransport.ts:574
↓ 2 callersMethodreportMetadata
Report external metadata to CCR via PUT /worker.
src/cli/transports/ccrClient.ts:661
↓ 2 callersFunctionrequestMicrophonePermission
()
src/services/voice.ts:269
↓ 2 callersMethodresetArrays
(paths: string[])
src/native-ts/file-index/index.ts:143
↓ 2 callersFunctionresetAutoModeGateCheck
()
src/utils/permissions/bypassPermissionsKillswitch.ts:123
↓ 2 callersFunctionresetCostState
()
src/bootstrap/state.ts:864
↓ 2 callersFunctionresetCwdIfOutsideProject
( toolPermissionContext: ToolPermissionContext, )
src/tools/BashTool/utils.ts:170
↓ 2 callersFunctionresetGetMemoryFilesCache
( reason: InstructionsLoadReason = 'session_start', )
src/utils/claudemd.ts:1124
↓ 2 callersFunctionresetLayoutShifted
()
src/ink/render-node-to-output.ts:36
↓ 2 callersMethodresetLivenessTimer
* Reset the liveness timer. If no SSE frame arrives within the timeout, * treat the connection as dead and reconnect.
src/cli/transports/SSETransport.ts:556
↓ 2 callersFunctionresetScreen
( screen: Screen, width: number, height: number, )
src/ink/screen.ts:501
↓ 2 callersFunctionresetStallTimer
()
src/utils/nativeInstaller/download.ts:312
↓ 2 callersFunctionresetStreamIdleTimer
()
src/services/api/claude.ts:1895
↓ 2 callersFunctionresetTaskList
(taskListId: string)
src/utils/tasks.ts:147
↓ 2 callersFunctionresizeShellImageOutput
( stdout: string, outputFilePath: string | undefined, outputFileSize: number | undefined, )
src/tools/BashTool/utils.ts:110
↓ 2 callersFunctionresolveAgentModelDisplay
( agent: AgentDefinition, )
src/tools/AgentTool/agentDisplay.ts:78
↓ 2 callersFunctionresolveAgentOverrides
( allAgents: AgentDefinition[], activeAgents: AgentDefinition[], )
src/tools/AgentTool/agentDisplay.ts:46
↓ 2 callersFunctionresolveAndPrepend
( msg: unknown, content: string | Array<ContentBlockParam>, )
src/bridge/inboundAttachments.ts:167
↓ 2 callersFunctionresolveAuth
()
src/bridge/bridgeApi.ts:91
↓ 2 callersFunctionresolveChildAlign
(parent: Node, child: Node)
src/native-ts/yoga-layout/index.ts:2294
↓ 2 callersFunctionresolveClaudePath
* Resolve the claude binary path for protocol registration. Prefers the * native installer's stable symlink (~/.local/bin/claude) which survives * a
src/utils/deepLink/registerProtocol.ts:241
↓ 2 callersFunctionresolveColor
* Resolves a color value that may be a theme key to a raw Color.
src/components/design-system/ThemedText.tsx:66
↓ 2 callersFunctionresolveCwdReentry
* If a normalized path starts with `../<cwd-basename>/`, it re-enters cwd * via the parent — resolve it to the cwd-relative form. posix.normalize *
src/tools/PowerShellTool/gitSafety.ts:23
↓ 2 callersFunctionresolveEscapingPathToCwdRelative
* SECURITY: Resolve a normalized path that escapes cwd (leading `../` or * absolute) against the actual cwd, then check if it lands back INSIDE cwd.
src/tools/PowerShellTool/gitSafety.ts:106
↓ 2 callersFunctionresolveFastModeStatusFromCache
()
src/utils/fastMode.ts:392
↓ 2 callersFunctionresolveGap
(style: Style, gutter: Gutter, ownerSize: number)
src/native-ts/yoga-layout/index.ts:2345
↓ 2 callersFunctionresolveKeyWithChordState
( input: string, key: Key, activeContexts: KeybindingContextName[], bindings: ParsedBinding[], pendi
src/keybindings/resolver.ts:166
↓ 2 callersFunctionresolveOnce
(code: string)
src/services/mcp/auth.ts:1031
↓ 2 callersFunctionresolveOverriddenModel
(modelId: string)
src/utils/model/modelStrings.ts:84
↓ 2 callersFunctionresolvePluginMcpEnvironment
( config: McpServerConfig, plugin: { path: string; source: string }, userConfig?: UserConfigValues, er
src/utils/plugins/mcpPluginIntegration.ts:465
↓ 2 callersFunctionresolveRefInDir
( dir: string, ref: string, )
src/utils/git/gitFilesystem.ts:221
↓ 2 callersFunctionresolveSkillModelOverride
( skillModel: string, currentModel: string, )
src/utils/model/model.ts:562
↓ 2 callersFunctionresolveTwoStageClassifier
* Resolve the XML classifier setting: ant-only env var takes precedence, * then GrowthBook. Returns undefined when unset (caller decides default).
src/utils/permissions/yoloClassifier.ts:1353
↓ 2 callersFunctionresolveWatchPaths
( config?: ReturnType<typeof getHooksConfigFromSnapshot>, )
src/utils/hooks/fileChangedWatcher.ts:48
↓ 2 callersFunctionrestartWatching
()
src/utils/hooks/fileChangedWatcher.ts:122
↓ 2 callersFunctionrestoreAttributionStateFromSnapshots
( snapshots: AttributionSnapshotMessage[], )
src/utils/commitAttribution.ts:899
↓ 2 callersFunctionrestoreCostStateForSession
(sessionId: string)
src/cost-tracker.ts:130
↓ 2 callersFunctionrestoreHeredocs
( parts: string[], heredocs: Map<string, HeredocInfo>, )
src/utils/bash/heredoc.ts:711
↓ 2 callersFunctionrestoreRemoteAgentTasks
(context: TaskContext)
src/tasks/RemoteAgentTask/RemoteAgentTask.tsx:477
↓ 2 callersFunctionrestoreSessionToOriginalCwd
* Restore session state to reflect the original directory. * This is the inverse of the session-level mutations in EnterWorktreeTool.call(). * * ke
src/tools/ExitWorktreeTool/ExitWorktreeTool.ts:122
↓ 2 callersFunctionrestoreWorktreeSession
(session: WorktreeSession | null)
src/utils/worktree.ts:167
↓ 2 callersFunctionresumeHelpMessage
(result: ResumeResult)
src/commands/resume/resume.tsx:31
↓ 2 callersMethodresumeStdin
()
src/ink/ink.tsx:1396
↓ 2 callersMethodretryFailedEvents
()
src/services/analytics/firstPartyEventLoggingExporter.ts:469
↓ 2 callersFunctionrevokeToken
* Revokes a single token on the OAuth server. * * Per RFC 7009, public clients (like Claude Code) should authenticate by including * client_id in t
src/services/mcp/auth.ts:381
↓ 2 callersFunctionrgb
(c: Color)
src/ink/termio/osc.ts:478
↓ 2 callersFunctionripGrepRaw
( args: string[], target: string, abortSignal: AbortSignal, callback: ( error: ExecFileException |
src/utils/ripgrep.ts:108
↓ 2 callersFunctionrollFrom
(rng: () => number)
src/buddy/companion.ts:91
↓ 2 callersFunctionrollbackConsolidationLock
( priorMtime: number, )
src/services/autoDream/consolidationLock.ts:91
↓ 2 callersFunctionruleIdToLabel
* Convert a gitleaks rule ID (kebab-case) to a human-readable label. * e.g., "github-pat" → "GitHub PAT", "aws-access-token" → "AWS Access Token"
src/services/teamMemorySync/secretScanner.ts:243
↓ 2 callersFunctionruleMatches
(ruleContent: string)
src/tools/SkillTool/SkillTool.ts:451
↓ 2 callersFunctionrunAsyncAgentLifecycle
({ taskId, abortController, makeStream, metadata, description, toolUseContext, rootSetAppState,
src/tools/AgentTool/agentToolUtils.ts:508
← previousnext →3,801–3,900 of 11,548, ranked by callers