MCPcopy Create free account

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

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

↓ 1 callersFunctionshortRequestId
(toolUseID: string)
src/services/mcp/channelPermissions.ts:140
↓ 1 callersFunctionshould1hCacheTTL
* Determines if 1h TTL should be used for prompt caching. * * Only applied when: * 1. User is eligible (ant or subscriber within rate limits) * 2.
src/services/api/claude.ts:393
↓ 1 callersFunctionshouldAddStdinRedirect
(command: string)
src/utils/bash/shellQuoting.ts:93
↓ 1 callersFunctionshouldAllowManagedMcpServersOnly
()
src/services/mcp/config.ts:1485
↓ 1 callersFunctionshouldAllowManagedReadPathsOnly
()
src/utils/sandbox/sandbox-adapter.ts:159
↓ 1 callersFunctionshouldAutoCompact
( messages: Message[], model: string, querySource?: QuerySource, // Snip removes messages but the surv
src/services/compact/autoCompact.ts:160
↓ 1 callersFunctionshouldAutoRunIssue
(reason: AutoRunIssueReason)
src/utils/autoRunIssue.tsx:82
↓ 1 callersFunctionshouldClearSelectionOnKey
(key: Key)
src/components/ScrollKeybindingHandler.tsx:115
↓ 1 callersFunctionshouldDeferLspTool
* Determines if an LSP tool should be deferred (tool appears with defer_loading: true) * because LSP initialization is not yet complete.
src/services/api/claude.ts:786
↓ 1 callersFunctionshouldExcludeFromPostCompactRestore
( filename: string, agentId?: AgentId, )
src/services/compact/compact.ts:1674
↓ 1 callersFunctionshouldExtractMemory
(messages: Message[])
src/services/SessionMemory/sessionMemory.ts:134
↓ 1 callersFunctionshouldFallbackToPrompting
(state: DenialTrackingState)
src/utils/permissions/denialTracking.ts:40
↓ 1 callersFunctionshouldIncludeFileReadMitigation
()
src/tools/FileReadTool/FileReadTool.ts:735
↓ 1 callersFunctionshouldLogDebugMessage
(message: string)
src/utils/debug.ts:104
↓ 1 callersFunctionshouldMaintainProjectWorkingDir
()
src/utils/envUtils.ts:111
↓ 1 callersFunctionshouldNotify
(threshold: number)
src/hooks/useNotifyAfterTimeout.ts:19
↓ 1 callersFunctionshouldNudgeForSnips
(_messages: readonly unknown[])
src/services/compact/snipCompact.ts:13
↓ 1 callersFunctionshouldRenderStatically
(message: RenderableMessage, streamingToolUseIDs: Set<string>, inProgressToolUseIDs: Set<string>, siblingToolU
src/components/Messages.tsx:779
↓ 1 callersFunctionshouldRetry
(error: APIError)
src/services/api/withRetry.ts:696
↓ 1 callersFunctionshouldRetry529
(querySource: QuerySource | undefined)
src/services/api/withRetry.ts:84
↓ 1 callersFunctionshouldRetryInstallation
* Determine if installation should be retried based on failure reason and retry state
src/utils/plugins/officialMarketplaceStartupCheck.ts:76
↓ 1 callersFunctionshouldShowAppUpgradeMessage
()
src/bridge/envLessBridgeConfig.ts:161
↓ 1 callersFunctionshouldShowAutoConnectDialog
()
src/components/IdeAutoConnectDialog.tsx:73
↓ 1 callersFunctionshouldShowClaudeMdExternalIncludesWarning
()
src/utils/claudemd.ts:1420
↓ 1 callersFunctionshouldShowDebugCategories
( categories: string[], filter: DebugFilter | null, )
src/utils/debugFilter.ts:116
↓ 1 callersFunctionshouldShowDebugMessage
( message: string, filter: DebugFilter | null, )
src/utils/debugFilter.ts:145
↓ 1 callersFunctionshouldShowDesktopUpsellStartup
()
src/components/DesktopUpsell/DesktopUpsellStartup.tsx:25
↓ 1 callersFunctionshouldShowDisableAutoConnectDialog
()
src/components/IdeAutoConnectDialog.tsx:150
↓ 1 callersFunctionshouldShowEffortCallout
(model: string)
src/components/EffortCallout.tsx:219
↓ 1 callersFunctionshouldShowGuestPassesUpsell
()
src/components/LogoV2/GuestPassesUpsell.tsx:22
↓ 1 callersFunctionshouldShowOpus1mMergeNotice
()
src/components/LogoV2/Opus1mMergeNotice.tsx:10
↓ 1 callersFunctionshouldShowRemoteCallout
()
src/components/RemoteCallout.tsx:68
↓ 1 callersFunctionshouldShowUndercoverAutoNotice
()
src/utils/undercover.ts:80
↓ 1 callersFunctionshouldShowUserMessage
( message: NormalizedMessage, isTranscriptMode: boolean, )
src/utils/messages.ts:4658
↓ 1 callersFunctionshouldSkipMessage
* Check if a message should be skipped (not break the group, just passed through). * This includes thinking blocks, redacted thinking, attachments, e
src/utils/collapseReadSearch.ts:384
↓ 1 callersFunctionshouldStopAtArg
( arg: string, args: string[], spec: CommandSpec | null, )
src/utils/shell/specPrefix.ts:211
↓ 1 callersFunctionshouldUseMockSubscription
()
src/services/mockRateLimits.ts:825
↓ 1 callersFunctionshowCopiedToast
(text: string)
src/components/ScrollKeybindingHandler.tsx:373
↓ 1 callersFunctionshowCurrentEffort
(appStateEffort: EffortValue | undefined, model: string)
src/commands/effort/effort.tsx:62
↓ 1 callersFunctionshowDialog
(root: Root, renderer: (done: (result: T) => void) => React.ReactNode)
src/interactiveHelpers.tsx:39
↓ 1 callersFunctionshowDiff
()
src/hooks/useDiffInIDE.ts:77
↓ 1 callersFunctionshowDiffInIDE
* Done if: * * 1. Tab is closed in IDE * 2. Tab is saved in IDE (we then close the tab) * 3. User selected an option in IDE * 4. User selected an
src/hooks/useDiffInIDE.ts:216
↓ 1 callersFunctionshowDuration
()
src/components/Spinner.tsx:144
↓ 1 callersFunctionshowSetupScreens
(root: Root, permissionMode: PermissionMode, allowDangerouslySkipPermissions: boolean, commands?: Command[], c
src/interactiveHelpers.tsx:104
↓ 1 callersMethodshowShell
()
src/utils/terminalPanel.ts:154
↓ 1 callersMethodshutdown
()
src/services/diagnosticTracking.ts:61
↓ 1 callersFunctionsiblingSharesY
(node: DOMElement, yogaNode: LayoutNode)
src/ink/render-node-to-output.ts:1309
↓ 1 callersFunctionsimpleHash
(str: string)
src/utils/sessionStoragePortable.ts:295
↓ 1 callersFunctionskillDefinitionToCommand
(definition: BundledSkillDefinition)
src/plugins/builtinPlugins.ts:132
↓ 1 callersFunctionskillHasOnlySafeProperties
(command: Command)
src/tools/SkillTool/SkillTool.ts:910
↓ 1 callersFunctionskipEnvFlags
* Parse env's VAR=val and safe flags (-i/-0/-v/-u NAME). Returns argv index * of wrapped COMMAND, or -1 if unparseable/no wrapped cmd. Rejects -S (ar
src/tools/BashTool/pathValidation.ts:1244
↓ 1 callersFunctionskipStdbufFlags
* Parse stdbuf's flags (-i/-o/-e in fused/space-separated/long-= forms). * Returns argv index of wrapped COMMAND, or -1 if unparseable or no flags *
src/tools/BashTool/pathValidation.ts:1225
↓ 1 callersFunctionskipTimeoutFlags
* Parse timeout's GNU flags (long + short, fused + space-separated) and * return the argv index of the DURATION token, or -1 if flags are unparseable
src/tools/BashTool/bashPermissions.ts:633
↓ 1 callersFunctionskipTimeoutFlags
* Parse timeout's GNU flags (long + short, fused + space-separated) and * return the argv index of the DURATION token, or -1 if flags are unparseable
src/tools/BashTool/pathValidation.ts:1183
↓ 1 callersMethodsleep
(ms: number)
src/cli/transports/SerialBatchEventUploader.ts:261
↓ 1 callersFunctionsliceContext
* Given an absolute match offset, read ±contextLines around it and return * the decoded slice with its starting line number. Reuses `scratch` (the *
src/utils/readEditContext.ts:171
↓ 1 callersMethodsnapToGraphemeBoundary
* Snap an arbitrary code-unit offset to the start of the containing grapheme. * If offset is already on a boundary, returns it unchanged.
src/utils/Cursor.ts:1516
↓ 1 callersFunctionsortForMatching
(models: ModelCapability[])
src/utils/model/modelCapabilities.ts:54
↓ 1 callersFunctionsortKeysDeep
* Recursively sort all keys in an object to match Python's json.dumps(sort_keys=True)
src/services/remoteManagedSettings/index.ts:112
↓ 1 callersFunctionsortKeysDeep
* Recursively sort all keys in an object for consistent hashing
src/services/policyLimits/index.ts:133
↓ 1 callersFunctionsortMatchersByPriority
( matchers: string[], hooksByEventAndMatcher: Record< string, Record<string, IndividualHookConfig[
src/utils/hooks/hooksSettings.ts:230
↓ 1 callersFunctionsourceToString
( source: PermissionApprovalSource | PermissionRejectionSource, )
src/hooks/toolPermission/permissionLogging.ts:68
↓ 1 callersFunctionspawnTeammate
( config: SpawnTeammateConfig, context: ToolUseContext, )
src/tools/shared/spawnMultiAgent.ts:1088
↓ 1 callersMethodspillToDisk
Force all buffered content to disk. Call when backgrounding.
src/utils/task/TaskOutput.ts:362
↓ 1 callersFunctionsplitTabStatusPairs
Split `k=v;k=v` honoring `\;` and `\\` escapes. Yields [key, unescapedValue].
src/ink/termio/osc.ts:368
↓ 1 callersFunctionspriteFrameCount
(species: Species)
src/buddy/sprites.ts:471
↓ 1 callersFunctionsquashTextNodes
* Squash text nodes into a plain string (without styles). * Used for text measurement in layout calculations.
src/ink/squash-text-nodes.ts:69
↓ 1 callersFunctionsquashTextNodesToSegments
( node: DOMElement, inheritedStyles: TextStyles = {}, inheritedHyperlink?: string, out: StyledSegment[
src/ink/squash-text-nodes.ts:18
↓ 1 callersFunctionstart
(dir_0: -1 | 1)
src/components/ScrollKeybindingHandler.tsx:715
↓ 1 callersFunctionstart
* Starts the LSP server and initializes it with workspace information. * * If the server is already running or starting, this method returns imm
src/services/lsp/LSPServerInstance.ts:135
↓ 1 callersMethodstart
()
src/utils/git/gitFilesystem.ts:353
↓ 1 callersMethodstart
()
src/utils/claudeInChrome/chromeNativeHost.ts:110
↓ 1 callersFunctionstartArecordRecording
( onData: (chunk: Buffer) => void, onEnd: () => void, )
src/services/voice.ts:496
↓ 1 callersFunctionstartBackgroundHousekeeping
()
src/utils/backgroundHousekeeping.ts:31
↓ 1 callersFunctionstartBackgroundPolling
()
src/services/remoteManagedSettings/index.ts:612
↓ 1 callersFunctionstartBackgroundPolling
()
src/services/policyLimits/index.ts:635
↓ 1 callersFunctionstartBackgroundSession
({ messages, queryParams, description, setAppState, agentDefinition, }: { messages: Message[] qu
src/tasks/LocalMainSessionTask.ts:338
↓ 1 callersFunctionstartBunRelay
( wsUrl: string, authHeader: string, wsAuthHeader: string, )
src/upstreamproxy/relay.ts:176
↓ 1 callersFunctionstartCapturingEarlyInput
()
src/utils/earlyInput.ts:29
↓ 1 callersFunctionstartCodexCallbackServer
(expectedState: string)
src/services/oauth/codex-client.ts:231
↓ 1 callersFunctionstartConnecting
Start the connecting spinner. Stopped by first updateIdleStatus().
src/bridge/bridgeUI.ts:170
↓ 1 callersFunctionstartDetachedPoll
(taskId: string, sessionId: string, url: string, getAppState: () => AppState, setAppState: (f: (prev: AppState
src/commands/ultraplan.tsx:74
↓ 1 callersFunctionstartGlobalConfigFreshnessWatcher
()
src/utils/config.ts:1017
↓ 1 callersMethodstartHeartbeat
Start periodic heartbeat.
src/cli/transports/ccrClient.ts:678
↓ 1 callersFunctionstartHookSpan
( _hookEvent: string, _hookName: string, _numHooks: number, _hookDefinitions: string, )
src/utils/telemetry/sessionTracing.ts:130
↓ 1 callersFunctionstartIdleTimer
()
src/utils/sessionActivity.ts:42
↓ 1 callersFunctionstartInteractionSpan
(_userPrompt: string)
src/utils/telemetry/sessionTracing.ts:38
↓ 1 callersMethodstartKeepaliveInterval
()
src/cli/transports/WebSocketTransport.ts:767
↓ 1 callersFunctionstartKeychainPrefetch
()
src/utils/secureStorage/keychainPrefetch.ts:69
↓ 1 callersFunctionstartLLMRequestSpan
( _model: string, _newContext?: LLMRequestNewContext, _messagesForAPI?: unknown[], _fastMode?: boolean
src/utils/telemetry/sessionTracing.ts:48
↓ 1 callersMethodstartLocalListener
(onReady: () => Promise<void>)
src/services/oauth/auth-code-listener.ts:125
↓ 1 callersFunctionstartMCPServer
( cwd: string, debug: boolean, verbose: boolean, )
src/entrypoints/mcp.ts:35
↓ 1 callersFunctionstartMdmPoll
* Start polling for MDM settings changes (registry/plist). * Takes a snapshot of current MDM settings and compares on each tick.
src/utils/settings/changeDetector.ts:381
↓ 1 callersFunctionstartMdmRawRead
()
src/utils/settings/mdm/rawRead.ts:120
↓ 1 callersFunctionstartMdmSettingsLoad
()
src/utils/settings/mdm/settings.ts:67
↓ 1 callersFunctionstartNodeRelay
( wsUrl: string, authHeader: string, wsAuthHeader: string, )
src/upstreamproxy/relay.ts:245
↓ 1 callersMethodstartOfCurrentLine
* Move to the start of the current line (column 0). * This is the raw version used internally by startOfLine.
src/utils/Cursor.ts:414
↓ 1 callersMethodstartPingInterval
()
src/cli/transports/WebSocketTransport.ts:697
↓ 1 callersFunctionstartPreventSleep
()
src/services/preventSleep.ts:36
↓ 1 callersFunctionstartRecording
( onData: (chunk: Buffer) => void, onEnd: () => void, options?: { silenceDetection?: boolean }, )
src/services/voice.ts:363
← previousnext →7,601–7,700 of 11,548, ranked by callers