MCPcopy Create free account

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

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

↓ 9 callersFunctiongetHeaders
(accessToken: string)
src/bridge/bridgeApi.ts:76
↓ 9 callersFunctiongetIsInteractive
()
src/bootstrap/state.ts:1061
↓ 9 callersFunctiongetMacOsKeychainStorageServiceName
( serviceSuffix: string = '', )
src/utils/secureStorage/macOsKeychainHelpers.ts:29
↓ 9 callersFunctiongetManagedPluginNames
()
src/utils/plugins/managedPlugins.ts:9
↓ 9 callersFunctiongetMcpConfigByName
(name: string)
src/services/mcp/config.ts:1033
↓ 9 callersFunctiongetPluginGitTimeoutMs
()
src/utils/plugins/marketplaceManager.ts:517
↓ 9 callersFunctiongetTask
( taskListId: string, taskId: string, )
src/utils/tasks.ts:310
↓ 9 callersFunctiongetTaskListId
()
src/utils/tasks.ts:199
↓ 9 callersFunctiongetTokenUsage
(message: Message)
src/utils/tokens.ts:7
↓ 9 callersFunctiongetTotalAPIDuration
()
src/bootstrap/state.ts:570
↓ 9 callersFunctiongetTotalInputTokens
()
src/bootstrap/state.ts:704
↓ 9 callersFunctiongetValueFromInput
(input: string)
src/components/PromptInput/inputModes.ts:23
↓ 9 callersFunctiongetWebSocketTLSOptions
()
src/utils/mtls.ts:100
↓ 9 callersFunctionhandleErrorStatus
( status: number, data: unknown, context: string, )
src/bridge/bridgeApi.ts:454
↓ 9 callersFunctionhasProfileScope
()
src/utils/auth.ts:1648
↓ 9 callersFunctionhold
Hold a pose for n frames (60ms each).
src/components/LogoV2/AnimatedClawd.tsx:13
↓ 9 callersMethodinitialize
(sandboxAskCallback?: SandboxAskCallback)
src/utils/sandbox/sandbox-adapter.ts:881
↓ 9 callersMethodinsert
(insertString: string)
src/utils/Cursor.ts:861
↓ 9 callersMethodisAutoAllowBashIfSandboxedEnabled
()
src/utils/sandbox/sandbox-adapter.ts:888
↓ 9 callersFunctionisAutoCompactEnabled
()
src/services/compact/autoCompact.ts:147
↓ 9 callersFunctionisAutoModeGateEnabled
()
src/utils/permissions/permissionSetup.ts:1283
↓ 9 callersFunctionisBackgroundTask
(task: TaskState)
src/tasks/types.ts:37
↓ 9 callersFunctionisCoordinatorMode
()
src/coordinator/coordinatorMode.ts:36
↓ 9 callersFunctionisEnumSchema
( schema: PrimitiveSchemaDefinition, )
src/utils/mcp/elicitationValidation.ts:43
↓ 9 callersFunctionisGrowthBookEnabled
* Check if GrowthBook operations should be enabled
src/services/analytics/growthbook.ts:422
↓ 9 callersFunctionisInProcessTeammate
()
src/utils/teammateContext.ts:70
↓ 9 callersFunctionisPolicyLimitsEligible
()
src/services/policyLimits/index.ts:167
↓ 9 callersFunctionisRemoteManagedSettingsEligible
()
src/services/remoteManagedSettings/syncCache.ts:49
↓ 9 callersFunctionisRunningOnHomespace
()
src/utils/envUtils.ts:118
↓ 9 callersFunctionisSyncHookJSONOutput
( json: HookJSONOutput, )
src/types/hooks.ts:182
↓ 9 callersFunctionjumpBy
(s: ScrollBoxHandle, delta: number)
src/components/ScrollKeybindingHandler.tsx:834
↓ 9 callersFunctionmaybeRedirect
( P: ParseState, node: TsNode, allowHerestring = false, )
src/utils/bash/bashParser.ts:1406
↓ 9 callersFunctionmaybeResizeAndDownsampleImageBuffer
( imageBuffer: Buffer, originalSize: number, ext: string, )
src/utils/imageResizer.ts:169
↓ 9 callersFunctionmcpInfoFromString
(toolString: string)
src/services/mcp/mcpStringUtils.ts:19
↓ 9 callersFunctionmcpToolDetailsForAnalytics
( toolName: string, mcpServerType: string | undefined, mcpServerBaseUrl: string | undefined, )
src/services/analytics/metadata.ts:145
↓ 9 callersFunctiononChange
()
src/ink/hooks/use-interval.ts:22
↓ 9 callersFunctionparseDollarLike
(P: ParseState)
src/utils/bash/bashParser.ts:2429
↓ 9 callersFunctionparseDoubleQuoted
(P: ParseState)
src/utils/bash/bashParser.ts:2339
↓ 9 callersFunctionquoteWithEvalStdinRedirect
* Quotes a command and adds `< /dev/null` as a shell redirect on eval, rather than * as an eval argument. This is critical for pipe commands where we
src/utils/bash/bashPipeCommand.ts:262
↓ 9 callersFunctionrejectOnce
(error: Error)
src/services/mcp/auth.ts:1036
↓ 9 callersFunctionremoveRemoteAgentMetadata
* Remove a remote-agent metadata entry from the session sidecar. * Called on task completion/kill so restored sessions don't resurrect * tasks that
src/tasks/RemoteAgentTask/RemoteAgentTask.tsx:105
↓ 9 callersMethodreset
()
src/utils/sandbox/sandbox-adapter.ts:921
↓ 9 callersMethodrespondToPermissionRequest
* Respond to a permission request from CCR
src/remote/RemoteSessionManager.ts:247
↓ 9 callersFunctionrunAgent
({ agentDefinition, promptMessages, toolUseContext, canUseTool, isAsync, canShowPermissionPrompts,
src/tools/AgentTool/runAgent.ts:248
↓ 9 callersFunctionrunForkedAgent
({ promptMessages, cacheSafeParams, canUseTool, querySource, forkLabel, overrides, maxOutputToke
src/utils/forkedAgent.ts:489
↓ 9 callersFunctionsaveKnownMarketplacesConfig
( config: KnownMarketplacesConfig, )
src/utils/plugins/marketplaceManager.ts:327
↓ 9 callersMethodsend
(message: JSONRPCMessage)
src/services/mcp/InProcessTransport.ts:26
↓ 9 callersMethodsendRequest
( request: SDKControlRequest['request'], schema: z.Schema, signal?: AbortSignal, requestId: st
src/cli/structuredIO.ts:469
↓ 9 callersFunctionsideQuery
(opts: SideQueryOptions)
src/utils/sideQuery.ts:107
↓ 9 callersFunctionskipNewlines
(P: ParseState)
src/utils/bash/bashParser.ts:921
↓ 9 callersFunctionswitchSession
( sessionId: SessionId, projectDir: string | null = null, )
src/bootstrap/state.ts:468
↓ 9 callersFunctiontoComparable
(p: string)
src/utils/memoryFileDetection.ts:31
↓ 9 callersFunctiontoDateString
(date: Date)
src/utils/statsCache.ts:403
↓ 9 callersFunctiontoInkColor
(color: string | undefined)
src/utils/ink.ts:15
↓ 9 callersFunctiontranslateSelectionForJump
(s: ScrollBoxHandle, delta: number)
src/components/ScrollKeybindingHandler.tsx:413
↓ 9 callersFunctiontryRmdir
(dirPath: string, fsImpl: FsOperations)
src/utils/cleanup.ts:147
↓ 9 callersFunctionupdateState
(newState: VoiceState)
src/hooks/useVoice.ts:275
↓ 9 callersFunctionuseMainLoopModel
()
src/hooks/useMainLoopModel.ts:13
↓ 9 callersFunctionuseVoiceState
(selector)
src/context/voice.tsx:55
↓ 9 callersFunctionwalkArgument
* Convert an argument node to its literal string value. Quotes are resolved. * This function implements the argument-position allowlist.
src/utils/bash/ast.ts:1399
↓ 9 callersMethodwriteBatch
(messages: StdoutMessage[])
src/cli/transports/HybridTransport.ts:135
↓ 8 callersFunctionaddToken
(result: string, token: string, noSpace = false)
src/utils/bash/commands.ts:1190
↓ 8 callersFunctionallWorkingDirectories
( context: ToolPermissionContext, )
src/utils/permissions/filesystem.ts:667
↓ 8 callersMethodappendEntry
(entry: Entry, sessionId: UUID = getSessionId() as UUID)
src/utils/sessionStorage.ts:1128
↓ 8 callersFunctionapplyPermissionUpdates
( context: ToolPermissionContext, updates: PermissionUpdate[], )
src/utils/permissions/PermissionUpdate.ts:196
↓ 8 callersFunctionblockedConstraintMatches
* Check if a blocked ref/path constraint matches a source. * If the blocklist entry has no ref/path, it matches ALL refs/paths (wildcard). * If the
src/utils/plugins/marketplaceHelpers.ts:371
↓ 8 callersFunctionbucket
(min: number, max?: number)
src/components/Stats.tsx:396
↓ 8 callersFunctionbuildPendingClassifierCheck
* Builds the pending classifier check metadata if classifier is enabled and has allow descriptions. * Returns undefined if classifier is disabled, in
src/tools/BashTool/bashPermissions.ts:1459
↓ 8 callersFunctioncellAtCI
* Write cell data into an existing Cell object to avoid allocation. * Caller must ensure index is valid.
src/ink/screen.ts:656
↓ 8 callersFunctionclassifyFetchError
(error: unknown)
src/utils/plugins/fetchTelemetry.ts:108
↓ 8 callersFunctioncreateAssistantMessage
({ content, usage, isVirtual, }: { content: string | BetaContentBlock[] usage?: Usage isVirtual?:
src/utils/messages.ts:411
↓ 8 callersFunctioncwd
()
src/utils/fsOperations.ts:385
↓ 8 callersFunctionemitTaskTerminatedSdk
( taskId: string, status: 'completed' | 'failed' | 'stopped', opts?: { toolUseId?: string summar
src/utils/sdkEventQueue.ts:114
↓ 8 callersFunctionenterTeammateView
( taskId: string, setAppState: (updater: (prev: AppState) => AppState) => void, )
src/state/teammateViewHelpers.ts:46
↓ 8 callersFunctionexecSyncWithDefaults_DEPRECATED
( command: string, optionsOrAbortSignal?: ExecSyncOptions | AbortSignal, timeout = 10 * SECONDS_IN_MINUT
src/utils/execFileNoThrowPortable.ts:41
↓ 8 callersFunctionformatAgentId
(agentName: string, teamName: string)
src/utils/agentId.ts:38
↓ 8 callersFunctionformatNum
(n: number)
src/utils/mcp/elicitationValidation.ts:187
↓ 8 callersFunctiongetAdditionalDirectoriesForClaudeMd
()
src/bootstrap/state.ts:1666
↓ 8 callersFunctiongetAnthropicClient
({ apiKey, maxRetries, model, fetchOverride, source, }: { apiKey?: string maxRetries: number m
src/services/api/client.ts:96
↓ 8 callersFunctiongetAttributionRepoRoot
()
src/utils/commitAttribution.ts:83
↓ 8 callersFunctiongetAuthTokenSource
()
src/utils/auth.ts:154
↓ 8 callersFunctiongetConfiguredApiKeyHelper
()
src/utils/auth.ts:356
↓ 8 callersFunctiongetConnectedIdeClient
( mcpClients?: MCPServerConnection[], )
src/utils/ide.ts:1251
↓ 8 callersFunctiongetCutoffDate
()
src/utils/cleanup.ts:25
↓ 8 callersFunctiongetEffectiveContextWindowSize
(model: string)
src/services/compact/autoCompact.ts:33
↓ 8 callersFunctiongetFastModeState
( model: ModelSetting, fastModeUserEnabled: boolean | undefined, )
src/utils/fastMode.ts:319
↓ 8 callersFunctiongetHooksConfigFromSnapshot
()
src/utils/hooks/hooksConfigSnapshot.ts:119
↓ 8 callersMethodgetLastSequenceNum
* High-water mark of sequence numbers seen on this stream. Callers that * recreate the transport (e.g. replBridge onWorkReceived) read this before
src/cli/transports/SSETransport.ts:227
↓ 8 callersFunctiongetModelUsage
()
src/bootstrap/state.ts:826
↓ 8 callersMethodgetOffset
(position: Position)
src/utils/Cursor.ts:1050
↓ 8 callersFunctiongetPatchForDisplay
({ filePath, fileContents, edits, ignoreWhitespace = false, }: { filePath: string fileContents: st
src/utils/diff.ts:128
↓ 8 callersFunctiongetProxyUrl
(env: EnvLike = process.env)
src/utils/proxy.ts:64
↓ 8 callersFunctiongetRegisteredHooks
()
src/bootstrap/state.ts:1436
↓ 8 callersFunctiongetRemoteUrl
()
src/utils/git.ts:269
↓ 8 callersFunctiongetRetryDelay
( attempt: number, retryAfterHeader?: string | null, maxDelayMs = 32000, )
src/services/api/withRetry.ts:530
↓ 8 callersFunctiongetRuleByContentsForTool
( context: ToolPermissionContext, tool: Tool, behavior: PermissionBehavior, )
src/utils/permissions/permissions.ts:349
↓ 8 callersFunctiongetToolUseID
(message: NormalizedMessage)
src/utils/messages.ts:2765
↓ 8 callersFunctiongt
(a: string, b: string)
src/utils/semver.ts:19
↓ 8 callersFunctionhandleNavigation
(direction: 'up' | 'down')
src/components/mcp/ElicitationDialog.tsx:289
↓ 8 callersFunctionhasPermissionsToUseTool
( tool, input, context, assistantMessage, toolUseID, )
src/utils/permissions/permissions.ts:473
← previousnext →501–600 of 11,548, ranked by callers