MCPcopy Create free account

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

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

↓ 26 callersMethodoff
(type: T["type"], handler: EventHandler<T>)
web/lib/collaboration/socket.ts:294
↓ 26 callersFunctionp
(e3, t3)
src/server/web/public/terminal.js:2347
↓ 26 callersFunctionuseExitOnCtrlCDWithKeybindings
( onExit?: () => void, onInterrupt?: () => boolean, isActive?: boolean, )
src/hooks/useExitOnCtrlCDWithKeybindings.ts:18
↓ 25 callersFunctiongetTaskOutputPath
(taskId: string)
src/utils/task/diskOutput.ts:72
↓ 25 callersFunctionisEnvDefinedFalsy
( envVar: string | boolean | undefined, )
src/utils/envUtils.ts:39
↓ 25 callersFunctionrm
(fsPath, options)
src/utils/fsOperations.ts:410
↓ 25 callersFunctions2
(e3, t3)
src/server/web/public/terminal.js:152
↓ 24 callersMethodadd
(uuid: string)
src/bridge/bridgeMessaging.ts:440
↓ 24 callersMethoddebug
(e3, ...t3)
src/server/web/public/terminal.js:5682
↓ 24 callersFunctionisDigit
(c: string)
src/utils/bash/bashParser.ts:234
↓ 24 callersFunctionsendControlResponseError
( message: SDKControlRequest, errorMessage: string, )
src/cli/print.ts:2750
↓ 23 callersMethodclose
()
src/services/oauth/auth-code-listener.ts:199
↓ 23 callersFunctionenvBool
(key: string, fallback: boolean)
src/shims/bun-bundle.ts:33
↓ 23 callersFunctiongetAppState
()
src/tools/SkillTool/SkillTool.ts:784
↓ 23 callersFunctiongetCanonicalName
(fullModelName: ModelName)
src/utils/model/model.ts:279
↓ 23 callersFunctiongetProjectDir
(cwd: string)
src/utils/cachePaths.ts:21
↓ 23 callersFunctionisOperator
(part: ParseEntry | undefined, op: string)
src/utils/bash/commands.ts:792
↓ 23 callersFunctionopen
(sock)
src/upstreamproxy/relay.ts:193
↓ 23 callersMethodresize
(e3, t3)
src/server/web/public/terminal.js:1933
↓ 23 callersFunctionresolveValue
(v: Value, ownerSize: number)
src/native-ts/yoga-layout/index.ts:97
↓ 23 callersFunctiontooComplex
(node: Node)
src/utils/bash/ast.ts:2033
↓ 22 callersFunctioncheckAndRefreshOAuthTokenIfNeeded
( retryCount = 0, force = false, )
src/utils/auth.ts:1427
↓ 22 callersFunctioncheckHasTrustDialogAccepted
()
src/utils/config.ts:697
↓ 22 callersFunctioncreateSystemMessage
( content: string, level: SystemMessageLevel, toolUseID?: string, preventContinuation?: boolean, )
src/utils/messages.ts:4335
↓ 22 callersFunctiongetProjectRoot
()
src/bootstrap/state.ts:511
↓ 22 callersFunctiongetSpanId
(span: Span)
src/utils/telemetry/sessionTracing.ts:81
↓ 22 callersFunctionisTeammate
()
src/utils/teammate.ts:125
↓ 22 callersFunctiononSelect
(value: string)
src/components/ClaudeCodeHint/PluginHintMenu.tsx:26
↓ 22 callersMethodstatus
()
src/utils/ShellCommand.ts:182
↓ 22 callersFunctionv
(e3, t3, i3)
src/server/web/public/terminal.js:1498
↓ 21 callersFunctionapplyPermissionUpdate
( context: ToolPermissionContext, update: PermissionUpdate, )
src/utils/permissions/PermissionUpdate.ts:55
↓ 21 callersFunctioncheckStatsigFeatureGate_CACHED_MAY_BE_STALE
( gate: string, )
src/services/analytics/growthbook.ts:804
↓ 21 callersMethodclone
()
src/server/web/public/terminal.js:4183
↓ 21 callersFunctionenqueuePendingNotification
(command: QueuedCommand)
src/utils/messageQueueManager.ts:142
↓ 21 callersFunctionexitWithError
(message: string)
src/utils/process.ts:38
↓ 21 callersFunctionextractLastJsonStringField
( text: string, key: string, )
src/utils/sessionStoragePortable.ts:82
↓ 21 callersMethodgetComputedHeight
()
src/ink/layout/yoga.ts:120
↓ 21 callersFunctiongetServerKey
( serverName: string, serverConfig: McpSSEServerConfig | McpHTTPServerConfig, )
src/services/mcp/auth.ts:325
↓ 21 callersFunctiongetSessionIdFromLog
(log: LogOption)
src/utils/sessionStorage.ts:2927
↓ 21 callersFunctionnormalize
(p: string)
src/utils/plugins/pluginOptionsStorage.ts:330
↓ 21 callersFunctionsafeResolvePath
( fs: FsOperations, filePath: string, )
src/utils/fsOperations.ts:138
↓ 21 callersFunctiontryParseShellCommand
( cmd: string, env?: | Record<string, string | undefined> | ((key: string) => string | undefined),
src/utils/bash/shellQuote.ts:24
↓ 21 callersFunctionv
(prop: string)
src/server/web/terminal.ts:72
↓ 21 callersMethodwarn
(e3, ...t3)
src/server/web/public/terminal.js:5690
↓ 20 callersMethodclearSelection
()
src/server/web/public/terminal.js:1601
↓ 20 callersFunctioncreateSignal
()
src/utils/signal.ts:27
↓ 20 callersMethodenqueueWrite
(filePath: string, entry: Entry)
src/utils/sessionStorage.ts:606
↓ 20 callersFunctionfileHistoryEnabled
()
src/utils/fileHistory.ts:63
↓ 20 callersFunctiongetAllCommands
* Gets all commands including MCP skills/prompts from AppState. * SkillTool needs this because getCommands() only returns local/bundled skills.
src/tools/SkillTool/SkillTool.ts:81
↓ 20 callersFunctiongetTranscriptPath
()
src/utils/sessionStorage.ts:202
↓ 20 callersFunctionisPlanModeInterviewPhaseEnabled
()
src/utils/planModeV2.ts:50
↓ 20 callersFunctionlogOTelEvent
( eventName: string, metadata: { [key: string]: string | undefined } = {}, )
src/utils/telemetry/events.ts:21
↓ 20 callersMethodresolve
(authorizationCode: string)
src/services/oauth/auth-code-listener.ts:183
↓ 20 callersFunctionsetStatus
(s: string)
src/screens/REPL.tsx:4302
↓ 20 callersMethodtrimStart
(e3)
src/server/web/public/terminal.js:2409
↓ 19 callersFunctionansiIdx
(index: number)
src/native-ts/color-diff/index.ts:88
↓ 19 callersFunctionasAgentId
(id: string)
src/types/ids.ts:31
↓ 19 callersFunctioncountCharInString
( str: { indexOf(search: string, start?: number): number }, char: string, start = 0, )
src/utils/stringUtils.ts:54
↓ 19 callersMethodend
(e3, t3 = true)
src/server/web/public/terminal.js:5124
↓ 19 callersFunctionevictTaskOutput
(taskId: string)
src/utils/task/diskOutput.ts:288
↓ 19 callersFunctiongetClaudeCodeUserAgent
()
src/utils/userAgent.ts:8
↓ 19 callersFunctiongetSettingsFilePathForSource
( source: SettingSource, )
src/utils/settings/settings.ts:274
↓ 19 callersMethodhas
(uuid: string)
src/bridge/bridgeMessaging.ts:452
↓ 19 callersMethodnext
()
src/utils/stream.ts:19
↓ 19 callersFunctionnormalizePathForComparison
(filePath: string)
src/utils/file.ts:565
↓ 19 callersFunctionreadFileSync
(fsPath, options)
src/utils/fsOperations.ts:445
↓ 19 callersFunctionsaveCurrentProjectConfig
( updater: (currentConfig: ProjectConfig) => ProjectConfig, )
src/utils/config.ts:1625
↓ 19 callersFunctiontoCSSSize
* Convert an Ink dimension (number = character cells, or `"50%"` percent string) * to a CSS value. We use `ch` for character-width units so the layo
web/lib/ink-compat/prop-mapping.ts:13
↓ 19 callersFunctionuseAppStateStore
()
src/state/AppState.tsx:177
↓ 18 callersFunction_
(e3, t3)
src/server/web/public/terminal.js:2443
↓ 18 callersMethodappend
(content: string)
src/utils/task/diskOutput.ts:110
↓ 18 callersFunctionenqueue
(command: QueuedCommand)
src/utils/messageQueueManager.ts:128
↓ 18 callersMethoderror
(e3, ...t3)
src/server/web/public/terminal.js:5694
↓ 18 callersFunctiongetAnthropicApiKeyWithSource
( opts: { skipRetrievingKeyFromApiKeyHelper?: boolean } = {}, )
src/utils/auth.ts:226
↓ 18 callersFunctiongetTracer
()
src/utils/telemetry/sessionTracing.ts:152
↓ 18 callersFunctionisPolicyAllowed
(policy: string)
src/services/policyLimits/index.ts:510
↓ 18 callersFunctionnormalizeNameForMCP
(name: string)
src/services/mcp/normalization.ts:17
↓ 18 callersFunctiononChange
()
src/ink/hooks/use-interval.ts:22
↓ 18 callersFunctiononResponse
(requestId_3, handler_0)
src/hooks/useReplBridge.tsx:576
↓ 18 callersFunctiononSubmit
(selectedServers)
src/components/MCPServerDesktopImportDialog.tsx:72
↓ 18 callersFunctionpass
(name: string, detail?: string)
scripts/test-services.ts:13
↓ 18 callersFunctionrelease
()
src/utils/computerUse/drainRunLoop.ts:32
↓ 18 callersMethodsegment
(highlights: TextHighlight[])
src/utils/textHighlighting.ts:76
↓ 18 callersFunctionsetCwd
(path: string, relativeTo?: string)
src/utils/Shell.ts:447
↓ 17 callersMethod_eraseAttrData
()
src/server/web/public/terminal.js:3450
↓ 17 callersMethod_restrictCursor
(e3 = this._bufferService.cols - 1)
src/server/web/public/terminal.js:2864
↓ 17 callersFunctionappendEntryToFile
( fullPath: string, entry: Record<string, unknown>, )
src/utils/sessionStorage.ts:2572
↓ 17 callersMethodend
* End a query. Returns true if this generation is still current * (meaning the caller should perform cleanup). Returns false if a * newer query
src/utils/QueryGuard.ts:74
↓ 17 callersFunctiongetCurrentProjectConfig
()
src/utils/config.ts:1602
↓ 17 callersFunctiongetMcpConfigsByScope
( scope: 'project' | 'user' | 'local' | 'enterprise', )
src/services/mcp/config.ts:888
↓ 17 callersFunctionheadlessProfilerCheckpoint
(name: string)
src/utils/headlessProfiler.ts:83
↓ 17 callersMethodmarkDirty
(e3)
src/server/web/public/terminal.js:3481
↓ 17 callersFunctionmatchingRuleForInput
( path: string, toolPermissionContext: ToolPermissionContext, toolType: 'edit' | 'read', behavior: 'al
src/utils/permissions/filesystem.ts:955
↓ 17 callersFunctionnormalizeCaseForComparison
(path: string)
src/utils/permissions/filesystem.ts:90
↓ 17 callersFunctiononProgress
(progress: { data: ShellProgress; })
src/utils/processUserInput/processBashCommand.tsx:55
↓ 17 callersFunctiononReject
(feedback)
src/hooks/useSSHSession.ts:143
↓ 17 callersFunctionosc
(...parts: (string | number)[])
src/ink/termio/osc.ts:18
↓ 17 callersFunctionprepareApiRequest
()
src/utils/teleport/api.ts:181
↓ 17 callersMethodright
()
src/utils/Cursor.ts:311
↓ 17 callersMethodsetService
(e3, t3)
src/server/web/public/terminal.js:5631
← previousnext →201–300 of 13,048, ranked by callers