MCPcopy Create free account

hub / github.com/codeaashu/claude-code / functions

Functions13,048 in github.com/codeaashu/claude-code

↓ 7 callersFunctiongetFeatureValue_CACHED_WITH_REFRESH
( feature: string, defaultValue: T, _refreshIntervalMs: number, )
src/services/analytics/growthbook.ts:783
↓ 7 callersMethodgetInstance
()
src/utils/activityManager.ts:35
↓ 7 callersFunctiongetMCPUserAgent
()
src/utils/http.ts:37
↓ 7 callersFunctiongetMarketplacesCacheDir
()
src/utils/plugins/marketplaceManager.ts:110
↓ 7 callersFunctiongetMemoryPath
(memoryType: MemoryType)
src/utils/config.ts:1779
↓ 7 callersFunctiongetOpus46PricingSuffix
(fastMode: boolean)
src/utils/model/model.ts:307
↓ 7 callersFunctiongetPreservedSelection
(prevSuggestions: SuggestionItem[], prevSelection: number, newSuggestions: SuggestionItem[])
src/hooks/useTypeahead.tsx:52
↓ 7 callersFunctiongetRemoteManagedSettingsSyncFromCache
()
src/services/remoteManagedSettings/syncCacheState.ts:70
↓ 7 callersFunctiongetRemoteTaskSessionUrl
(sessionId: string)
src/tasks/RemoteAgentTask/RemoteAgentTask.tsx:853
↓ 7 callersFunctiongetTeamFilePath
(teamName: string)
src/utils/swarm/teamHelpers.ts:122
↓ 7 callersFunctiongetTeamMemPath
()
src/memdir/teamMemPaths.ts:84
↓ 7 callersMethodgetTrimmedLength
()
src/server/web/public/terminal.js:4190
↓ 7 callersFunctiongetUserMsgOptIn
()
src/bootstrap/state.ts:1104
↓ 7 callersFunctiongetUserSpecifiedModelSetting
()
src/utils/model/model.ts:61
↓ 7 callersFunctiongetXaaIdpSettings
()
src/services/mcp/xaaIdpLogin.ts:47
↓ 7 callersFunctionhandler
(e: MediaQueryListEvent)
web/lib/theme.tsx:50
↓ 7 callersFunctionis1mContextDisabled
()
src/utils/context.ts:31
↓ 7 callersFunctionisClassifierPermissionsEnabled
()
src/utils/permissions/bashClassifier.ts:24
↓ 7 callersFunctionisEscapedAtPosition
* Checks if a character at position `pos` in `content` is escaped by counting * consecutive backslashes before it. An odd number means it's escaped.
src/tools/BashTool/bashSecurity.ts:1727
↓ 7 callersFunctionisJetBrainsIde
(ide: IdeType | null)
src/utils/ide.ts:265
↓ 7 callersFunctionisKeybindingCustomizationEnabled
()
src/keybindings/loadUserBindings.ts:41
↓ 7 callersFunctionisModelAlias
(modelInput: string)
src/utils/model/aliases.ts:12
↓ 7 callersFunctionisOutputLineTruncated
(content: string)
src/utils/terminal.ts:119
↓ 7 callersFunctionisPluginBlockedByPolicy
(pluginId: string)
src/utils/plugins/pluginPolicy.ts:17
↓ 7 callersFunctionisPossibleClaudeBinary
(filePath: string)
src/utils/nativeInstaller/installer.ts:134
↓ 7 callersFunctionisToolSearchEnabledOptimistic
()
src/utils/toolSearch.ts:270
↓ 7 callersFunctionisVimPunctuation
(ch: string)
src/utils/Cursor.ts:142
↓ 7 callersFunctionisVimWordChar
(ch: string)
src/utils/Cursor.ts:138
↓ 7 callersFunctionisWs
(idx: number)
src/vim/textObjects.ts:87
↓ 7 callersFunctionlaunchRepl
(root: Root, appProps: AppWrapperProps, replProps: REPLProps, renderAndRun: (root: Root, element: React.ReactN
src/replLauncher.tsx:12
↓ 7 callersMethodload
(entries: ReturnType<LRUCache<string, FileState>['dump']>)
src/utils/fileStateCache.ts:90
↓ 7 callersFunctionloadConversationForResume
( source: string | LogOption | undefined, sourceJsonlFile: string | undefined, )
src/utils/conversationRecovery.ts:456
↓ 7 callersFunctionloadPluginHooks
* Loads and validates plugin hooks configuration from a JSON file. * IMPORTANT: Only call this when the hooks file is expected to exist. * * @param
src/utils/plugins/pluginLoader.ts:1224
↓ 7 callersFunctionloadTranscriptFile
( filePath: string, opts?: { keepAllLeaves?: boolean }, )
src/utils/sessionStorage.ts:3472
↓ 7 callersFunctionmakeInvalidResult
( command: string, message: string, errorId: string, )
src/utils/powershell/parser.ts:653
↓ 7 callersFunctionn
(count: number, noun: string)
src/commands/reload-plugins/reload-plugins.ts:59
↓ 7 callersFunctionnotifyCommandLifecycle
( uuid: string, state: CommandLifecycleState, )
src/utils/commandLifecycle.ts:16
↓ 7 callersFunctionnotifyTasksUpdated
()
src/utils/tasks.ts:61
↓ 7 callersFunctiononChange
(option_0: PermissionOption, feedback?: string)
src/components/permissions/FilePermissionDialog/FilePermissionDialog.tsx:155
↓ 7 callersMethodonRender
()
src/ink/ink.tsx:420
↓ 7 callersMethodonSelectionChange
()
src/server/web/public/terminal.js:5982
↓ 7 callersMethodopen
(e3)
src/server/web/public/terminal.js:557
↓ 7 callersFunctionparseEffortValue
(value: unknown)
src/utils/effort.ts:71
↓ 7 callersFunctionparseJSONL
(data: string | Buffer)
src/utils/json.ts:182
↓ 7 callersFunctionparseReferences
( input: string, )
src/history.ts:62
↓ 7 callersFunctionparseSettingsFile
(path: string)
src/utils/settings/settings.ts:178
↓ 7 callersFunctionparseToolListFromCLI
(tools: string[])
src/utils/permissions/permissionSetup.ts:813
↓ 7 callersFunctionprintLog
Print a permanent log line, clearing status first and restoring after.
src/bridge/bridgeUI.ts:134
↓ 7 callersFunctionprocessQueue
()
src/utils/sequential.ts:25
↓ 7 callersFunctionpushToKillRing
( text: string, direction: 'prepend' | 'append' = 'append', )
src/utils/Cursor.ts:26
↓ 7 callersFunctionqueryModelWithoutStreaming
({ messages, systemPrompt, thinkingConfig, tools, signal, options, }: { messages: Message[] sy
src/services/api/claude.ts:709
↓ 7 callersFunctionreadMailbox
( agentName: string, teamName?: string, )
src/utils/teammateMailbox.ts:84
↓ 7 callersFunctionredactUrlCredentials
* Redact userinfo (username:password) in a URL to avoid logging credentials. * * Marketplace URLs may embed credentials (e.g. GitHub PATs in * `htt
src/utils/plugins/marketplaceManager.ts:1213
↓ 7 callersMethodrefreshRows
(e3, t3, i3 = false)
src/server/web/public/terminal.js:1927
↓ 7 callersFunctionrejectOnce
(e: Error)
src/services/mcp/xaaIdpLogin.ts:304
↓ 7 callersFunctionreleaseStreamResources
()
src/services/api/claude.ts:1519
↓ 7 callersFunctionrenderStatusLine
Render and write the current status lines based on state.
src/bridge/bridgeUI.ts:188
↓ 7 callersFunctionrequireComputerUseSwift
()
src/utils/computerUse/swiftLoader.ts:15
↓ 7 callersFunctionresolveBackupPath
(backupFileName: string, sessionId?: string)
src/utils/fileHistory.ts:733
↓ 7 callersFunctionresolveRef
( gitDir: string, ref: string, )
src/utils/git/gitFilesystem.ts:203
↓ 7 callersFunctionrestoreDangerousPermissions
( context: ToolPermissionContext, )
src/utils/permissions/permissionSetup.ts:561
↓ 7 callersFunctionrun
()
src/cli/print.ts:1865
↓ 7 callersFunctionrunPostCompactCleanup
(querySource?: QuerySource)
src/services/compact/postCompactCleanup.ts:31
↓ 7 callersFunctionsaveMode
(mode: 'coordinator' | 'normal')
src/utils/sessionStorage.ts:2879
↓ 7 callersFunctionsaveWorktreeState
( worktreeSession: PersistedWorktreeSession | null, )
src/utils/sessionStorage.ts:2889
↓ 7 callersFunctionscan
(from: number, dir: 1 | -1, pred: (i: number) => boolean = isVisible)
src/components/VirtualMessageList.tsx:353
↓ 7 callersMethodselectCharset
(e3)
src/server/web/public/terminal.js:3428
↓ 7 callersFunctionsetCwdState
(cwd: string)
src/bootstrap/state.ts:531
↓ 7 callersFunctionsetEligibility
(v: boolean)
src/services/remoteManagedSettings/syncCacheState.ts:46
↓ 7 callersMethodsetMargin
(edge: LayoutEdge, value: number)
src/ink/layout/yoga.ts:276
↓ 7 callersFunctionsetNeedsPlanModeExitAttachment
(value: boolean)
src/bootstrap/state.ts:1345
↓ 7 callersMethodsetPadding
(edge: LayoutEdge, value: number)
src/ink/layout/yoga.ts:279
↓ 7 callersFunctionsetUserMsgOptIn
(value: boolean)
src/bootstrap/state.ts:1108
↓ 7 callersFunctionshouldIncludeFirstPartyOnlyBetas
()
src/utils/betas.ts:215
↓ 7 callersFunctionshouldUseSandbox
(input: Partial<SandboxInput>)
src/tools/BashTool/shouldUseSandbox.ts:130
↓ 7 callersFunctionsinkWrite
(s: Sink, src: Buffer, start: number, end: number)
src/utils/sessionStoragePortable.ts:525
↓ 7 callersFunctionsliceBytes
(P: ParseState, startByte: number, endByte: number)
src/utils/bash/bashParser.ts:677
↓ 7 callersFunctionstop
()
src/components/ScrollKeybindingHandler.tsx:650
↓ 7 callersMethodstopPropagation
()
src/ink/events/terminal-event.ts:55
↓ 7 callersFunctionstripBOM
(content: string)
src/utils/jsonRead.ts:14
↓ 7 callersFunctionstripDangerousPermissionsForAutoMode
( context: ToolPermissionContext, )
src/utils/permissions/permissionSetup.ts:510
↓ 7 callersFunctionstripSafeWrappers
(command: string)
src/tools/BashTool/bashPermissions.ts:524
↓ 7 callersFunctionsuggestionForExactCommand
* Generate permission update suggestion for exact command match. * * Skip exact-command suggestion for commands that can't round-trip cleanly: * -
src/tools/PowerShellTool/powershellPermissions.ts:150
↓ 7 callersMethodsyncScrollArea
(e3 = false)
src/server/web/public/terminal.js:852
↓ 7 callersFunctiontimestamp
()
src/bridge/bridgeStatusUtil.ts:23
↓ 7 callersMethodtoArray
()
src/server/web/public/terminal.js:5176
↓ 7 callersFunctiontoCompatSessionId
(id: string)
src/bridge/sessionIdCompat.ts:38
↓ 7 callersFunctiontoExternalPermissionMode
( mode: PermissionMode, )
src/utils/permissions/PermissionMode.ts:111
↓ 7 callersFunctionunionRect
(a: Rectangle, b: Rectangle)
src/ink/layout/geometry.ts:63
↓ 7 callersFunctionupdateProgress
()
src/utils/processUserInput/processSlashCommand.tsx:212
↓ 7 callersFunctionuseDoublePress
( setPending: (pending: boolean) => void, onDoublePress: () => void, onFirstPress?: () => void, )
src/hooks/useDoublePress.ts:8
↓ 7 callersFunctionuseIsInsideModal
()
src/context/modalContext.tsx:28
↓ 7 callersFunctionuseSearchInput
({ isActive, onExit, onCancel, onExitUp, columns, passthroughCtrlKeys = [], initialQuery = '',
src/hooks/useSearchInput.ts:84
↓ 7 callersMethodwatch
()
scripts/types.d.ts:71
↓ 7 callersFunctionwriteTeamFile
(teamName: string, teamFile: TeamFile)
src/utils/swarm/teamHelpers.ts:166
↓ 6 callersFunction__commonJS
(cb, mod)
src/server/web/public/terminal.js:7
↓ 6 callersFunction__toESM
(mod, isNodeMode, target)
src/server/web/public/terminal.js:18
↓ 6 callersMethod_getMouseBufferCoords
(e3)
src/server/web/public/terminal.js:2094
↓ 6 callersMethod_innerRefresh
()
src/server/web/public/terminal.js:444
↓ 6 callersMethod_requestRedrawViewport
()
src/server/web/public/terminal.js:7147
← previousnext →801–900 of 13,048, ranked by callers