MCPcopy Create free account

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

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

↓ 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 callersFunctionshouldTrackDatadog
* Check if Datadog tracking is enabled. * Falls back to cached value from previous session if not yet initialized.
src/services/analytics/sink.ts:29
↓ 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 callersFunctionshowHelp
()
src/commands/x402/x402.ts:44
↓ 1 callersFunctionshowOverlay
(el: HTMLElement)
src/server/web/terminal.ts:320
↓ 1 callersFunctionshowOverlay
(el)
src/server/web/public/terminal.js:8925
↓ 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 callersMethodsign
(id: string)
src/server/web/auth/adapter.ts:123
↓ 1 callersFunctionsignEIP712
* Sign an EIP-712 typed data hash with a secp256k1 private key. * Returns the signature in compact format (r + s + v).
src/services/x402/client.ts:241
↓ 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 callersMethodsoftReset
(e3)
src/server/web/public/terminal.js:3292
↓ 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:468
↓ 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 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:997
↓ 1 callersMethodstartGrace
* Detach the WebSocket from a session and start the grace period timer. * After `gracePeriodMs` with no reconnect, `onExpire` is called and the
src/server/web/session-store.ts:96
↓ 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:844
↓ 1 callersFunctionstartIdleTimer
()
src/utils/sessionActivity.ts:42
↓ 1 callersFunctionstartInteractionPerfettoSpan
(userPrompt?: string)
src/utils/telemetry/perfettoTracing.ts:885
↓ 1 callersFunctionstartInteractionSpan
(userPrompt: string)
src/utils/telemetry/sessionTracing.ts:176
↓ 1 callersMethodstartKeepaliveInterval
()
src/cli/transports/WebSocketTransport.ts:767
↓ 1 callersFunctionstartKeychainPrefetch
()
src/utils/secureStorage/keychainPrefetch.ts:69
↓ 1 callersFunctionstartLLMRequestPerfettoSpan
(args: { model: string promptTokens?: number messageId?: string isSpeculative?: boolean querySource?
src/utils/telemetry/perfettoTracing.ts:425
↓ 1 callersFunctionstartLLMRequestSpan
( model: string, newContext?: LLMRequestNewContext, messagesForAPI?: APIMessage[], fastMode?: boolean,
src/utils/telemetry/sessionTracing.ts:274
↓ 1 callersFunctionstartLegacySSE
(app: express.Express)
mcp-server/src/http.ts:110
↓ 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 callersFunctionstartPing
()
src/server/web/terminal.ts:296
↓ 1 callersFunctionstartPing
()
src/server/web/public/terminal.js:8906
↓ 1 callersMethodstartPing
()
web/lib/collaboration/socket.ts:302
↓ 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:335
↓ 1 callersFunctionstartRelevantMemoryPrefetch
( messages: ReadonlyArray<Message>, toolUseContext: ToolUseContext, )
src/utils/attachments.ts:2361
↓ 1 callersFunctionstartRestartInterval
()
src/services/preventSleep.ts:70
↓ 1 callersFunctionstartSoxRecording
( onData: (chunk: Buffer) => void, onEnd: () => void, options?: { silenceDetection?: boolean }, )
src/services/voice.ts:398
↓ 1 callersFunctionstartSpeculativeClassifierCheck
( command: string, toolPermissionContext: ToolPermissionContext, signal: AbortSignal, isNonInteractive
src/tools/BashTool/bashPermissions.ts:1497
↓ 1 callersFunctionstartStreamableHTTP
(app: express.Express)
mcp-server/src/http.ts:50
↓ 1 callersFunctionstartToolBlockedOnUserSpan
()
src/utils/telemetry/sessionTracing.ts:526
↓ 1 callersFunctionstartToolExecutionSpan
()
src/utils/telemetry/sessionTracing.ts:626
↓ 1 callersFunctionstartToolPerfettoSpan
( toolName: string, args?: Record<string, unknown>, )
src/utils/telemetry/perfettoTracing.ts:690
↓ 1 callersFunctionstartToolSpan
( toolName: string, toolAttributes?: Record<string, string | number | boolean>, toolInput?: string, )
src/utils/telemetry/sessionTracing.ts:466
↓ 1 callersFunctionstartUpstreamProxyRelay
(opts: { wsUrl: string sessionId: string token: string })
src/upstreamproxy/relay.ts:155
↓ 1 callersFunctionstartUserInputPerfettoSpan
(context?: string)
src/utils/telemetry/perfettoTracing.ts:768
↓ 1 callersFunctionstartWorkPollLoop
* Persistent poll loop for work items. Runs in the background for the * lifetime of the bridge connection. * * When a work item arrives, acknowledg
src/bridge/replBridge.ts:1851
↓ 1 callersFunctionstashToCleanState
(message?: string)
src/utils/git.ts:429
↓ 1 callersMethodstate
()
src/services/mcp/auth.ts:1473
↓ 1 callersFunctionstateToSnapshotMessage
( state: AttributionState, messageId: UUID, )
src/utils/commitAttribution.ts:872
↓ 1 callersFunctionstepTeammateSelection
( delta: 1 | -1, setAppState: (updater: (prev: AppState) => AppState) => void, )
src/hooks/useBackgroundTaskNavigation.ts:26
↓ 1 callersFunctionstickyPromptText
(msg: RenderableMessage)
src/components/VirtualMessageList.tsx:133
↓ 1 callersFunctionstop
* Stops the LSP server gracefully. * * If already stopped or stopping, returns immediately. * On failure, sets state to 'error', logs for mon
src/services/lsp/LSPServerInstance.ts:274
↓ 1 callersMethodstop
()
src/utils/claudeInChrome/chromeNativeHost.ts:193
↓ 1 callersFunctionstopOrDismissAgent
( taskId: string, setAppState: (updater: (prev: AppState) => AppState) => void, )
src/state/teammateViewHelpers.ts:116
↓ 1 callersFunctionstopPreventSleep
()
src/services/preventSleep.ts:49
← previousnext →8,601–8,700 of 13,048, ranked by callers