MCPcopy Create free account

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

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

↓ 3 callersMethodstartOfLastLine
()
src/utils/Cursor.ts:1009
↓ 3 callersMethodstartOfLogicalLine
()
src/utils/Cursor.ts:499
↓ 3 callersFunctionstartQueryProfile
()
src/utils/queryProfiler.ts:50
↓ 3 callersFunctionstartRecordingSession
()
src/hooks/useVoice.ts:633
↓ 3 callersFunctionstartStallWatchdog
(taskId: string, description: string, kind: BashTaskKind | undefined, toolUseId?: string, agentId?: AgentId)
src/tasks/LocalShellTask/LocalShellTask.tsx:46
↓ 3 callersFunctionstartStatusUpdates
Start the status display update ticker.
src/bridge/bridgeMain.ts:423
↓ 3 callersFunctionstopBackgroundPolling
()
src/services/policyLimits/index.ts:658
↓ 3 callersMethodstopKeepaliveInterval
()
src/cli/transports/WebSocketTransport.ts:794
↓ 3 callersMethodstopPingInterval
* Stop ping interval
src/remote/SessionsWebSocket.ts:318
↓ 3 callersMethodstopPingInterval
()
src/cli/transports/WebSocketTransport.ts:760
↓ 3 callersMethodstopPolling
* Stop polling the output file. Called from React useEffect cleanup * when the progress component unmounts.
src/utils/task/TaskOutput.ts:97
↓ 3 callersFunctionstopStatusUpdates
Stop the status display update ticker.
src/bridge/bridgeMain.ts:435
↓ 3 callersFunctionstopWriteInterval
* Stop the periodic write timer.
src/utils/telemetry/perfettoTracing.ts:951
↓ 3 callersFunctionstripCommentLines
* Strips full-line comments from a command. * This handles cases where Claude adds comments in bash commands, e.g.: * "# Check the logs directory\
src/tools/BashTool/bashPermissions.ts:508
↓ 3 callersFunctionstripDisplayTagsAllowEmpty
(text: string)
src/utils/displayTags.ts:37
↓ 3 callersFunctionstripModulePrefix
(name: string)
src/utils/powershell/parser.ts:814
↓ 3 callersFunctionstripModulePrefixForRule
(name: string)
src/tools/PowerShellTool/powershellPermissions.ts:189
↓ 3 callersFunctionstripSystemReminders
(text: string)
src/components/messageActions.tsx:399
↓ 3 callersFunctionstripUnderlineAnsi
(content: string)
src/components/shell/OutputLine.tsx:113
↓ 3 callersFunctionsubstituteArguments
( content: string, args: string | undefined, appendIfNoPlaceholder = true, argumentNames: string[] = [
src/utils/argumentSubstitution.ts:94
↓ 3 callersFunctionsubstituteUserConfigVariables
( value: string, userConfig: PluginOptionValues, )
src/utils/plugins/pluginOptionsStorage.ts:356
↓ 3 callersFunctionsummarizeRecentActivities
( activities: readonly { activityDescription?: string isSearch?: boolean isRead?: boolean }[],
src/utils/collapseReadSearch.ts:1074
↓ 3 callersFunctionsupportsExtendedKeys
()
src/ink/terminal.ts:167
↓ 3 callersFunctionthemeColorToAnsi
(themeColor: string)
src/utils/theme.ts:633
↓ 3 callersMethodtoArray
* Get all items currently in the buffer, in order from oldest to newest.
src/utils/CircularBuffer.ts:55
↓ 3 callersFunctiontoGB
(bytes: number)
src/utils/heapDumpService.ts:232
↓ 3 callersFunctiontoSDKCompactMetadata
( meta: CompactMetadata, )
src/utils/messages/mappers.ts:78
↓ 3 callersFunctiontoScopedConfig
* Converts a process transport config to a scoped config. * The types are structurally compatible, so we just add the scope.
src/cli/print.ts:5316
↓ 3 callersFunctiontoolCallOf
(msg: NavigableMessage)
src/components/messageActions.tsx:122
↓ 3 callersFunctiontoolMatchesRule
* Check if the entire tool matches a rule * For example, this matches "Bash" but not "Bash(prefix:*)" for BashTool * This also matches MCP tools wit
src/utils/permissions/permissions.ts:238
↓ 3 callersMethodtrackResolvedToolUseId
* Records a tool_use ID as resolved so that late/duplicate control_response * messages for the same tool are ignored by the orphan handler.
src/cli/structuredIO.ts:176
↓ 3 callersFunctiontrailingEdge
(dir: FlexDirection)
src/native-ts/yoga-layout/index.ts:333
↓ 3 callersMethodtransition
* Returns the pre-serialized ANSI string to transition from one style to * another. Cached by (fromId, toId) — zero allocations after first call
src/ink/screen.ts:153
↓ 3 callersFunctiontransitionPlanAutoMode
( context: ToolPermissionContext, )
src/utils/permissions/permissionSetup.ts:1502
↓ 3 callersFunctiontruncatePath
(path: string, maxLength: number)
src/utils/logoV2Utils.ts:111
↓ 3 callersFunctiontruncateStartToWidth
(text: string, maxWidth: number)
src/utils/truncate.ts:82
↓ 3 callersFunctiontryCreateExclusive
* Attempt to create the lock file atomically with O_EXCL. * Returns true on success, false if the file already exists. * Throws for other errors.
src/utils/computerUse/computerUseLock.ts:79
↓ 3 callersFunctiontryParseRedirect
* Parse a redirect operator + destination(s). * @param greedy When true, file_redirect consumes repeat1($._literal) per * grammar's prec.left — `c
src/utils/bash/bashParser.ts:1623
↓ 3 callersFunctiontxtRequire
(mod: string | { default: string })
src/utils/permissions/yoloClassifier.ts:50
↓ 3 callersFunctionunregisterSessionActivityCallback
()
src/utils/sessionActivity.ts:68
↓ 3 callersFunctionupdateBridgeSessionTitle
( sessionId: string, title: string, opts?: { baseUrl?: string; getAccessToken?: () => string | undefined
src/bridge/createSession.ts:327
↓ 3 callersFunctionupdateGroveSettings
( groveEnabled: boolean, )
src/services/api/grove.ts:120
↓ 3 callersFunctionupdateHooksConfigSnapshot
()
src/utils/hooks/hooksConfigSnapshot.ts:104
↓ 3 callersMethodupdateInterruptibleState
()
src/services/tools/StreamingToolExecutor.ts:254
↓ 3 callersFunctionupdateInterval
()
src/ink/components/ClockContext.tsx:24
↓ 3 callersFunctionupdateLastInteractionTime
(immediate?: boolean)
src/bootstrap/state.ts:667
↓ 3 callersFunctionupdateMarketplaceStatus
* Update marketplace installation status in app state
src/services/plugins/PluginInstallationManager.ts:30
↓ 3 callersFunctionupdatePluginOp
( plugin: string, scope: PluginScope, )
src/services/plugins/pluginOperations.ts:829
↓ 3 callersFunctionupdateSessionIngressAuthToken
(token: string)
src/utils/sessionIngressAuth.ts:138
↓ 3 callersFunctionuseAppStateMaybeOutsideOfProvider
(selector)
src/state/AppState.tsx:186
↓ 3 callersFunctionuseAppStore
()
src/state/AppState.tsx:117
↓ 3 callersFunctionuseDebouncedDigitInput
({ inputValue, setInputValue, isValidDigit, onDigit, enabled = true, once = false, debounceMs =
src/components/FeedbackSurvey/useDebouncedDigitInput.ts:18
↓ 3 callersFunctionuseDeclaredCursor
({ line, column, active, }: { line: number column: number active: boolean })
src/ink/hooks/use-declared-cursor.ts:25
↓ 3 callersFunctionuseDynamicConfig
(configName: string, defaultValue: T)
src/hooks/useDynamicConfig.ts:8
↓ 3 callersFunctionuseIdeConnectionStatus
( mcpClients?: MCPServerConnection[], )
src/hooks/useIdeConnectionStatus.ts:11
↓ 3 callersFunctionuseMcpReconnect
()
src/services/mcp/MCPConnectionManager.tsx:17
↓ 3 callersFunctionuseNotifyAfterTimeout
( message: string, notificationType: string, )
src/hooks/useNotifyAfterTimeout.ts:38
↓ 3 callersFunctionusePagination
({ totalItems, maxVisible = DEFAULT_MAX_VISIBLE, selectedIndex = 0, }: UsePaginationOptions)
src/commands/plugin/usePagination.ts:48
↓ 3 callersFunctionuseSettingsChange
( onChange: (source: SettingSource, settings: SettingsJson) => void, )
src/hooks/useSettingsChange.ts:7
↓ 3 callersFunctionuseSmoothCount
(target: number, time: number, snap: boolean)
src/components/tasks/RemoteSessionProgress.tsx:76
↓ 3 callersFunctionuseStdin
()
src/ink/hooks/use-stdin.ts:7
↓ 3 callersFunctionuseSurveyState
({ hideThanksAfterMs, onOpen, onSelect, shouldShowTranscriptPrompt, onTranscriptPromptShown, onTra
src/components/FeedbackSurvey/useSurveyState.tsx:14
↓ 3 callersFunctionuseTasksV2
()
src/hooks/useTasksV2.ts:218
↓ 3 callersFunctionuseTerminalViewport
()
src/ink/hooks/use-terminal-viewport.ts:29
↓ 3 callersFunctionuseVoiceStore
()
src/context/voice.tsx:43
↓ 3 callersFunctionvalidateDirectoryForWorkspace
( directoryPath: string, permissionContext: ToolPermissionContext, )
src/commands/add-dir/validation.ts:31
↓ 3 callersFunctionvalidateManifest
( manifestJson: unknown, )
src/utils/dxt/helpers.ts:13
↓ 3 callersFunctionvalidateMarketplaceManifest
( filePath: string, )
src/utils/plugins/validatePlugin.ts:310
↓ 3 callersFunctionvalidateModel
( model: string, )
src/utils/model/validateModel.ts:20
↓ 3 callersFunctionvalidateMultiSelect
(fieldName: string, schema_0: PrimitiveSchemaDefinition)
src/components/mcp/ElicitationDialog.tsx:274
↓ 3 callersFunctionvalidatePathWithinBase
( basePath: string, relativePath: string, )
src/utils/plugins/pluginInstallationHelpers.ts:87
↓ 3 callersFunctionvalidatePluginManifest
( filePath: string, )
src/utils/plugins/validatePlugin.ts:129
↓ 3 callersMethodwaitUntilExit
()
src/ink/ink.tsx:1534
↓ 3 callersFunctionwalkPluginMarkdown
( rootDir: string, onFile: (fullPath: string, namespace: string[]) => Promise<void>, opts: { stopAtSkill
src/utils/plugins/walkPluginMarkdown.ts:21
↓ 3 callersFunctionwalkVariableAssignment
( node: Node, innerCommands: SimpleCommand[], varScope: Map<string, string>, )
src/utils/bash/ast.ts:1777
↓ 3 callersMethodwatchPath
(path: string, callback: () => void)
src/utils/git/gitFilesystem.ts:382
↓ 3 callersFunctionwithMemoryCorrectionHint
(message: string)
src/utils/messages.ts:185
↓ 3 callersFunctionwithRetry
( getClient: () => Promise<Anthropic>, operation: ( client: Anthropic, attempt: number, contex
src/services/api/withRetry.ts:170
↓ 3 callersFunctionwithVCR
( messages: Message[], f: () => Promise<(AssistantMessage | StreamEvent | SystemAPIErrorMessage)[]>, )
src/services/vcr.ts:88
↓ 3 callersFunctionwithoutTerminal
(allowed: readonly string[])
src/utils/computerUse/executor.ts:283
↓ 3 callersFunctionworktreesDir
(repoRoot: string)
src/utils/worktree.ts:204
↓ 3 callersFunctionwouldLoseAuthState
* Detect whether writing `fresh` would lose auth/onboarding state that the * in-memory cache still has. This happens when `getConfig` hits a corrupte
src/utils/config.ts:803
↓ 3 callersFunctionwrapChannelMessage
( serverName: string, content: string, meta?: Record<string, string>, )
src/services/mcp/channelNotification.ts:106
↓ 3 callersFunctionwrapFetchWithTimeout
(baseFetch: FetchLike)
src/services/mcp/client.ts:492
↓ 3 callersFunctionwrapText
( text: string, maxWidth: number, wrapType: Styles['textWrap'], )
src/ink/wrap-text.ts:40
↓ 3 callersFunctionwriteCronTasks
( tasks: CronTask[], dir?: string, )
src/utils/cronTasks.ts:165
↓ 3 callersFunctionyieldMissingToolResultBlocks
( assistantMessages: AssistantMessage[], errorMessage: string, )
src/query.ts:123
↓ 3 callersFunctionyieldToEventLoop
()
src/native-ts/file-index/index.ts:325
↓ 2 callersMethod#clearHideTimer
()
src/hooks/useTasksV2.ts:174
↓ 2 callersMethod#clearSizeWatchdog
()
src/utils/ShellCommand.ts:232
↓ 2 callersMethod#drainAllChunks
()
src/utils/task/diskOutput.ts:141
↓ 2 callersMethod#notify
()
src/hooks/useTasksV2.ts:81
↓ 2 callersMethod#spillToDisk
(stderrChunk: string | null, stdoutChunk: string | null)
src/utils/task/TaskOutput.ts:256
↓ 2 callersMethod#writeBuffered
(data: string, isStderr: boolean)
src/utils/task/TaskOutput.ts:176
↓ 2 callersFunction_runAndCache
( isNonInteractiveSession: boolean, isCold: boolean, epoch: number, )
src/utils/auth.ts:502
↓ 2 callersMethod_setCurrentTarget
@internal
src/ink/events/terminal-event.ts:78
↓ 2 callersMethod_setEventPhase
@internal
src/ink/events/terminal-event.ts:83
↓ 2 callersMethod_setPeer
@internal
src/services/mcp/InProcessTransport.ts:20
↓ 2 callersFunctionabort
()
src/services/mcp/auth.ts:212
↓ 2 callersFunctionacceptSuggestionText
(text: string)
src/hooks/useTypeahead.tsx:1280
← previousnext →2,401–2,500 of 11,548, ranked by callers