MCPcopy Create free account

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

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

↓ 3 callersFunctionrecordContentReplacement
( replacements: ContentReplacementRecord[], agentId?: AgentId, )
src/utils/sessionStorage.ts:1494
↓ 3 callersFunctionrecordFileHistorySnapshot
( messageId: UUID, snapshot: FileHistorySnapshot, isSnapshotUpdate: boolean, )
src/utils/sessionStorage.ts:1476
↓ 3 callersFunctionrecordSkillUsage
(skillName: string)
src/utils/suggestions/skillUsageTracking.ts:13
↓ 3 callersFunctionrecursivelySanitizeUnicode
(value: unknown)
src/utils/sanitization.ts:71
↓ 3 callersMethodrefreshConfig
()
src/utils/sandbox/sandbox-adapter.ts:920
↓ 3 callersFunctionrefreshGrowthBookAfterAuthChange
()
src/services/analytics/growthbook.ts:943
↓ 3 callersMethodrefreshHeaders
()
src/cli/remoteIO.ts:74
↓ 3 callersFunctionregenerateQr
Regenerate the QR code with the given URL.
src/bridge/bridgeUI.ts:140
↓ 3 callersFunctionregisterElicitationHandlers
* Register elicitation request/completion handlers on connected MCP clients * that haven't been registered yet. SDK MCP servers are excluded becaus
src/cli/print.ts:1263
↓ 3 callersFunctionregisterLockCleanup
(opts?: SchedulerLockOptions)
src/utils/cronTasksLock.ts:93
↓ 3 callersFunctionregisterLockCleanup
* Register a shutdown cleanup handler so the lock is released even if * turn-end cleanup is never reached (e.g. the user runs /exit while * a tool c
src/utils/computerUse/computerUseLock.ts:94
↓ 3 callersFunctionregisterPostSamplingHook
(hook: PostSamplingHook)
src/utils/hooks/postSamplingHooks.ts:31
↓ 3 callersFunctionregisterRemoteAgentTask
(options: { remoteTaskType: RemoteTaskType; session: { id: string; title: string; }; command:
src/tasks/RemoteAgentTask/RemoteAgentTask.tsx:386
↓ 3 callersFunctionrelativePath
(from: string, to: string)
src/utils/permissions/filesystem.ts:170
↓ 3 callersFunctionremoveDangerousPermissions
( context: ToolPermissionContext, dangerousPermissions: DangerousPermissionInfo[], )
src/utils/permissions/permissionSetup.ts:472
↓ 3 callersFunctionremoveMarketplaceSource
(name: string)
src/utils/plugins/marketplaceManager.ts:1937
↓ 3 callersFunctionremoveTeammateFromTeamFile
( teamName: string, identifier: { agentId?: string; name?: string }, )
src/utils/swarm/teamHelpers.ts:188
↓ 3 callersFunctionrenameRecordingForSession
()
src/utils/asciicast.ts:82
↓ 3 callersFunctionrenderScrolledChildren
( node: DOMElement, output: Output, offsetX: number, offsetY: number, hasRemovedChild: boolean, pr
src/ink/render-node-to-output.ts:1377
↓ 3 callersFunctionrenderToAnsiString
(node: React.ReactNode, columns?: number)
src/utils/staticRender.tsx:74
↓ 3 callersMethodrepaint
* Reset frame buffers so the next render writes the full screen from scratch. * Call this before resume() when the terminal content has been corrup
src/ink/ink.tsx:807
↓ 3 callersFunctionreregisterChannelHandlerAfterReconnect
* Re-register the channel notification handler after mcp_reconnect / * mcp_toggle creates a new client. handleChannelEnable bound the handler to * t
src/cli/print.ts:4786
↓ 3 callersFunctionreset
()
src/ink/termio/tokenize.ts:83
↓ 3 callersFunctionresetGrowthBook
()
src/services/analytics/growthbook.ts:987
↓ 3 callersFunctionresetKillAccumulation
()
src/utils/Cursor.ts:75
↓ 3 callersFunctionresetSentSkillNames
()
src/utils/attachments.ts:2612
↓ 3 callersFunctionresetSpeculationState
(setAppState: SetAppState)
src/services/PromptSuggestion/speculation.ts:330
↓ 3 callersFunctionresetUserCache
()
src/utils/user.ts:67
↓ 3 callersFunctionresetYankState
()
src/utils/Cursor.ts:109
↓ 3 callersFunctionresolveEdges4Into
( edges: Value[], ownerSize: number, out: [number, number, number, number], )
src/native-ts/yoga-layout/index.ts:269
↓ 3 callersFunctionresolveMotion
( key: string, cursor: Cursor, count: number, )
src/vim/motions.ts:13
↓ 3 callersFunctionresolveOptionModel
(value?: string)
src/components/ModelPicker.tsx:401
↓ 3 callersFunctionresolvePathPatternForSandbox
( pattern: string, source: SettingSource, )
src/utils/sandbox/sandbox-adapter.ts:99
↓ 3 callersFunctionresolveTeammateModel
( inputModel: string | undefined, leaderModel: string | null, )
src/tools/shared/spawnMultiAgent.ts:93
↓ 3 callersFunctionrestoreSessionStateFromLog
( result: ResumeResult, setAppState: (f: (prev: AppState) => AppState) => void, )
src/utils/sessionRestore.ts:99
↓ 3 callersFunctionrestoreWorktreeForResume
( worktreeSession: PersistedWorktreeSession | null | undefined, )
src/utils/sessionRestore.ts:332
↓ 3 callersFunctionresumeAgentBackground
({ agentId, prompt, toolUseContext, canUseTool, invokingRequestId, }: { agentId: string prompt:
src/tools/AgentTool/resumeAgent.ts:42
↓ 3 callersFunctionretryWithBackoff
* Executes an operation with exponential backoff retry logic * * @param operation - Operation name for logging * @param attemptFn - Function to exe
src/services/api/filesApi.ts:97
↓ 3 callersMethodreturn
()
src/utils/stream.ts:69
↓ 3 callersFunctionrevokeServerTokens
( serverName: string, serverConfig: McpSSEServerConfig | McpHTTPServerConfig, { preserveStepUpState = fa
src/services/mcp/auth.ts:467
↓ 3 callersFunctionrmdir
(fsPath)
src/utils/fsOperations.ts:406
↓ 3 callersFunctionroughTokenCountEstimationForContent
( content: | string | Array<Anthropic.ContentBlock> | Array<Anthropic.ContentBlockParam> | u
src/services/tokenEstimation.ts:371
↓ 3 callersFunctionrunElicitationHooks
( serverName: string, params: ElicitRequestParams, signal: AbortSignal, )
src/services/mcp/elicitationHandler.ts:214
↓ 3 callersFunctionrunElicitationResultHooks
( serverName: string, result: ElicitResult, signal: AbortSignal, mode?: 'form' | 'url', elicitationI
src/services/mcp/elicitationHandler.ts:264
↓ 3 callersFunctionrunToolUse
( toolUse: ToolUseBlock, assistantMessage: AssistantMessage, canUseTool: CanUseToolFn, toolUseContext:
src/services/tools/toolExecution.ts:337
↓ 3 callersFunctionsafeFilenameId
(id: string)
src/bridge/sessionRunner.ts:24
↓ 3 callersFunctionsafeJoinLines
( lines: string[], delimiter: string = ',', maxSize: number = MAX_STRING_LENGTH, )
src/utils/stringUtils.ts:98
↓ 3 callersFunctionsafelyReadMemoryFileAsync
* Used by processMemoryFile → getMemoryFiles so the event loop stays * responsive during the directory walk (many readFile attempts, most * ENOENT).
src/utils/claudemd.ts:424
↓ 3 callersFunctionsameSessionId
(a: string, b: string)
src/bridge/workSecret.ts:62
↓ 3 callersFunctionsanitizeAgentName
(name: string)
src/utils/swarm/teamHelpers.ts:108
↓ 3 callersFunctionsanitizeMessageHTML
* Strips HTML content (e.g., CloudFlare error pages) from a message string, * returning a user-friendly title or empty string if HTML is detected. *
src/services/api/errorUtils.ts:107
↓ 3 callersFunctionsaveCacheMetadata
* Save cache metadata for an MCPB source
src/utils/plugins/mcpbHandler.ts:468
↓ 3 callersFunctionsaveMarketplaceToSettings
( name: string, entry: DeclaredMarketplace, settingSource: | 'userSettings' | 'projectSettings'
src/utils/plugins/marketplaceManager.ts:226
↓ 3 callersFunctionsaveMcpClientSecret
( serverName: string, serverConfig: McpSSEServerConfig | McpHTTPServerConfig, clientSecret: string, )
src/services/mcp/auth.ts:2399
↓ 3 callersFunctionsaveMcpServerUserConfig
( pluginId: string, serverName: string, config: UserConfigValues, schema: UserConfigSchema, )
src/utils/plugins/mcpbHandler.ts:193
↓ 3 callersFunctionsaveOAuthTokensIfNeeded
(tokens: OAuthTokens)
src/utils/auth.ts:1195
↓ 3 callersFunctionsaveSyncedMeta
( agentType: string, scope: AgentMemoryScope, snapshotTimestamp: string, )
src/tools/AgentTool/agentMemorySnapshot.ts:79
↓ 3 callersFunctionscale
(s: string)
src/ink/termio/osc.ts:332
↓ 3 callersFunctionscanHeredocBodies
(P: ParseState)
src/utils/bash/bashParser.ts:1885
↓ 3 callersMethodschedule
()
src/cli/transports/ccrClient.ts:680
↓ 3 callersFunctionscrollMutated
(el: DOMElement)
src/ink/components/ScrollBox.tsx:103
↓ 3 callersMethodsegmentTo
(targetVisiblePos: number)
src/utils/textHighlighting.ts:96
↓ 3 callersMethodsendControlRequest
* Send a control request to the session (e.g., interrupt)
src/remote/SessionsWebSocket.ts:341
↓ 3 callersMethodsendControlResponse
* Send a control response back to the session
src/remote/SessionsWebSocket.ts:328
↓ 3 callersMethodsendEventsInBatches
( events: FirstPartyEventLoggingEvent[], )
src/services/analytics/firstPartyEventLoggingExporter.ts:379
↓ 3 callersMethodsendMcpMessage
* Sends an MCP message to an SDK server and waits for the response
src/cli/structuredIO.ts:758
↓ 3 callersFunctionsendPermissionResponseViaMailbox
( workerName: string, resolution: PermissionResolution, requestId: string, teamName?: string, )
src/utils/swarm/permissionSync.ts:734
↓ 3 callersFunctionsetCellAt
( screen: Screen, x: number, y: number, cell: Cell, )
src/ink/screen.ts:693
↓ 3 callersFunctionsetCellStyleId
( screen: Screen, x: number, y: number, styleId: number, )
src/ink/screen.ts:817
↓ 3 callersFunctionsetClassifierApproval
( toolUseID: string, matchedRule: string, )
src/utils/classifierApprovals.ts:19
↓ 3 callersFunctionsetDirectConnectServerUrl
(url: string)
src/bootstrap/state.ts:539
↓ 3 callersMethodsetDisplay
(display: LayoutDisplay)
src/ink/layout/yoga.ts:243
↓ 3 callersMethodsetFlexWrap
(wrap: LayoutWrap)
src/ink/layout/yoga.ts:200
↓ 3 callersMethodsetGap
(gutter: LayoutGutter, value: number)
src/ink/layout/yoga.ts:285
↓ 3 callersFunctionsetLastClassifierRequests
(requests: unknown[] | null)
src/bootstrap/state.ts:1199
↓ 3 callersFunctionsetLastEmittedDate
(date: string | null)
src/bootstrap/state.ts:1662
↓ 3 callersFunctionsetMemberMode
( teamName: string, memberName: string, mode: PermissionMode, )
src/utils/swarm/teamHelpers.ts:357
↓ 3 callersFunctionsetModel
(modelValue: string | null)
src/commands/model/model.tsx:198
↓ 3 callersMethodsetOnConnect
(callback: () => void)
src/cli/transports/WebSocketTransport.ts:648
↓ 3 callersMethodsetOverflow
(overflow: LayoutOverflow)
src/ink/layout/yoga.ts:267
↓ 3 callersFunctionsetPluginEnabledOp
( plugin: string, enabled: boolean, scope?: InstallableScope, )
src/services/plugins/pluginOperations.ts:573
↓ 3 callersMethodsetWidth
(value: number)
src/ink/layout/yoga.ts:134
↓ 3 callersFunctionsetup
( cwd: string, permissionMode: PermissionMode, allowDangerouslySkipPermissions: boolean, worktreeEnabl
src/setup.ts:56
↓ 3 callersFunctionshouldAutoEnableClaudeInChrome
()
src/utils/claudeInChrome/setup.ts:72
↓ 3 callersFunctionshouldHideTasksFooter
(tasks: { [taskId: string]: TaskState; }, showSpinnerTree: boolean)
src/components/tasks/taskStatusUtils.tsx:93
↓ 3 callersFunctionshouldIncludeAttribute
( envVar: keyof typeof METRICS_CARDINALITY_DEFAULTS, )
src/utils/telemetryAttributes.ts:16
↓ 3 callersFunctionshouldInferenceConfigCommandBeImmediate
()
src/utils/immediateCommand.ts:10
↓ 3 callersFunctionshouldOfferTerminalSetup
()
src/commands/terminalSetup/terminalSetup.tsx:73
↓ 3 callersFunctionshouldSkipPluginAutoupdate
()
src/utils/config.ts:1730
↓ 3 callersFunctionshouldSkipVersion
(targetVersion: string)
src/utils/autoUpdater.ts:145
↓ 3 callersFunctionshouldUseGlobalCacheScope
()
src/utils/betas.ts:227
↓ 3 callersFunctionshouldUseSessionMemoryCompaction
()
src/services/compact/sessionMemoryCompact.ts:403
↓ 3 callersFunctionshouldUseVCR
()
src/services/vcr.ts:23
↓ 3 callersFunctionsmooshIntoToolResult
* Fold content blocks into a tool_result's content. Returns the updated * tool_result, or `null` if smoosh is impossible (tool_reference constraint).
src/utils/messages.ts:2534
↓ 3 callersFunctionsnapshotOutputTokensForTurn
(budget: number | null)
src/bootstrap/state.ts:733
↓ 3 callersMethodstart
* Starts listening on an OS-assigned port and returns the port number. * This avoids race conditions by keeping the server open until it's used.
src/services/oauth/auth-code-listener.ts:37
↓ 3 callersFunctionstartAgentSummarization
( taskId: string, agentId: AgentId, cacheSafeParams: CacheSafeParams, setAppState: TaskContext['setApp
src/services/AgentSummary/agentSummary.ts:46
↓ 3 callersFunctionstartBackgroundCacheRefresh
()
src/hooks/fileSuggestions.ts:636
↓ 3 callersFunctionstartBackgrounding
(eventName: string, backgroundFn?: (shellId: string) => void)
src/tools/PowerShellTool/PowerShellTool.tsx:784
↓ 3 callersMethodstartCLIActivity
* Starts tracking CLI activity (tool execution, AI response, etc.)
src/utils/activityManager.ts:86
← previousnext →2,301–2,400 of 11,548, ranked by callers