Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oboard/claude-code-rev
/ functions
Functions
11,702 in github.com/oboard/claude-code-rev
⨍
Functions
11,702
◇
Types & classes
352
↓ 1 callers
Function
setsEqual
(a: Set<T>, b: Set<T>)
src/components/Messages.tsx:734
↓ 1 callers
Function
settingSourceToScope
( source: EditableSettingSource, )
src/utils/plugins/pluginIdentifier.ts:119
↓ 1 callers
Function
settingsJsonToRules
* Converts permissions JSON to an array of PermissionRule objects * @param data The parsed permissions data * @param source The source of these rule
src/utils/permissions/permissionsLoader.ts:91
↓ 1 callers
Function
setupComputerUseMCP
()
src/utils/computerUse/setup.ts:23
↓ 1 callers
Function
setupGitHubActions
( repoName: string, apiKeyOrOAuthToken: string | null, secretName: string, updateProgress: () => void,
src/commands/install-github-app/setupGitHubActions.ts:112
↓ 1 callers
Function
setupPeriodicGrowthBookRefresh
()
src/services/analytics/growthbook.ts:1087
↓ 1 callers
Function
setupPluginHookHotReload
()
src/utils/plugins/loadPluginHooks.ts:255
↓ 1 callers
Function
setupSdkMcpClients
( sdkMcpConfigs: Record<string, McpSdkServerConfig>, sendMcpMessage: ( serverName: string, message
src/services/mcp/client.ts:3262
↓ 1 callers
Function
setupShellCompletion
(theme: ThemeName)
src/utils/completionCache.ts:75
↓ 1 callers
Function
setupTokenHandler
(root: Root)
src/cli/handlers/util.tsx:20
↓ 1 callers
Function
setupVscodeSdkMcp
(sdkClients: MCPServerConnection[])
src/services/mcp/vscodeSdkMcp.ts:64
↓ 1 callers
Function
shellQuote
* POSIX single-quote escaping. Single-quoted strings have zero * interpretation except for the closing single quote itself. * Only used by buildShel
src/utils/deepLink/terminalLauncher.ts:519
↓ 1 callers
Function
shiftSelection
( s: SelectionState, dRow: number, minRow: number, maxRow: number, width: number, )
src/ink/selection.ts:470
↓ 1 callers
Function
shiftSelectionForFollow
( s: SelectionState, dRow: number, minRow: number, maxRow: number, )
src/ink/selection.ts:625
↓ 1 callers
Method
shiftSelectionForScroll
* Shift anchor AND focus by dRow, clamped to [minRow, maxRow]. Used by * keyboard scroll handlers (PgUp/PgDn etc.) so the highlight tracks the *
src/ink/ink.tsx:1168
↓ 1 callers
Function
shortRequestId
(toolUseID: string)
src/services/mcp/channelPermissions.ts:140
↓ 1 callers
Function
should1hCacheTTL
* 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 callers
Function
shouldAddStdinRedirect
(command: string)
src/utils/bash/shellQuoting.ts:93
↓ 1 callers
Function
shouldAllowManagedMcpServersOnly
()
src/services/mcp/config.ts:1485
↓ 1 callers
Function
shouldAllowManagedReadPathsOnly
()
src/utils/sandbox/sandbox-adapter.ts:159
↓ 1 callers
Function
shouldAutoCompact
( messages: Message[], model: string, querySource?: QuerySource, // Snip removes messages but the surv
src/services/compact/autoCompact.ts:160
↓ 1 callers
Function
shouldAutoRunIssue
(reason: AutoRunIssueReason)
src/utils/autoRunIssue.tsx:82
↓ 1 callers
Function
shouldClearSelectionOnKey
(key: Key)
src/components/ScrollKeybindingHandler.tsx:115
↓ 1 callers
Function
shouldDeferLspTool
* 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 callers
Function
shouldExcludeFromPostCompactRestore
( filename: string, agentId?: AgentId, )
src/services/compact/compact.ts:1674
↓ 1 callers
Function
shouldExtractMemory
(messages: Message[])
src/services/SessionMemory/sessionMemory.ts:134
↓ 1 callers
Function
shouldFallbackToPrompting
(state: DenialTrackingState)
src/utils/permissions/denialTracking.ts:40
↓ 1 callers
Function
shouldIncludeFileReadMitigation
()
src/tools/FileReadTool/FileReadTool.ts:735
↓ 1 callers
Function
shouldLogDebugMessage
(message: string)
src/utils/debug.ts:104
↓ 1 callers
Function
shouldMaintainProjectWorkingDir
()
src/utils/envUtils.ts:111
↓ 1 callers
Function
shouldNotify
(threshold: number)
src/hooks/useNotifyAfterTimeout.ts:19
↓ 1 callers
Function
shouldRenderStatically
(message: RenderableMessage, streamingToolUseIDs: Set<string>, inProgressToolUseIDs: Set<string>, siblingToolU
src/components/Messages.tsx:779
↓ 1 callers
Function
shouldRetry
(error: APIError)
src/services/api/withRetry.ts:696
↓ 1 callers
Function
shouldRetry529
(querySource: QuerySource | undefined)
src/services/api/withRetry.ts:84
↓ 1 callers
Function
shouldRetryInstallation
* Determine if installation should be retried based on failure reason and retry state
src/utils/plugins/officialMarketplaceStartupCheck.ts:76
↓ 1 callers
Function
shouldSampleEvent
(eventName: string)
src/services/analytics/firstPartyEventLogger.ts:57
↓ 1 callers
Function
shouldShowAppUpgradeMessage
()
src/bridge/envLessBridgeConfig.ts:161
↓ 1 callers
Function
shouldShowAutoConnectDialog
()
src/components/IdeAutoConnectDialog.tsx:73
↓ 1 callers
Function
shouldShowClaudeMdExternalIncludesWarning
()
src/utils/claudemd.ts:1420
↓ 1 callers
Function
shouldShowDebugCategories
( categories: string[], filter: DebugFilter | null, )
src/utils/debugFilter.ts:116
↓ 1 callers
Function
shouldShowDebugMessage
( message: string, filter: DebugFilter | null, )
src/utils/debugFilter.ts:145
↓ 1 callers
Function
shouldShowDesktopUpsellStartup
()
src/components/DesktopUpsell/DesktopUpsellStartup.tsx:25
↓ 1 callers
Function
shouldShowDisableAutoConnectDialog
()
src/components/IdeAutoConnectDialog.tsx:150
↓ 1 callers
Function
shouldShowEffortCallout
(model: string)
src/components/EffortCallout.tsx:219
↓ 1 callers
Function
shouldShowGuestPassesUpsell
()
src/components/LogoV2/GuestPassesUpsell.tsx:22
↓ 1 callers
Function
shouldShowOpus1mMergeNotice
()
src/components/LogoV2/Opus1mMergeNotice.tsx:10
↓ 1 callers
Function
shouldShowRemoteCallout
()
src/components/RemoteCallout.tsx:68
↓ 1 callers
Function
shouldShowUndercoverAutoNotice
()
src/utils/undercover.ts:80
↓ 1 callers
Function
shouldShowUserMessage
( message: NormalizedMessage, isTranscriptMode: boolean, )
src/utils/messages.ts:4658
↓ 1 callers
Function
shouldSkipMessage
* 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 callers
Function
shouldStopAtArg
( arg: string, args: string[], spec: CommandSpec | null, )
src/utils/shell/specPrefix.ts:211
↓ 1 callers
Function
shouldTrackDatadog
* 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 callers
Function
shouldUseMockSubscription
()
src/services/mockRateLimits.ts:825
↓ 1 callers
Function
showCopiedToast
(text: string)
src/components/ScrollKeybindingHandler.tsx:373
↓ 1 callers
Function
showCurrentEffort
(appStateEffort: EffortValue | undefined, model: string)
src/commands/effort/effort.tsx:62
↓ 1 callers
Function
showDialog
(root: Root, renderer: (done: (result: T) => void) => React.ReactNode)
src/interactiveHelpers.tsx:39
↓ 1 callers
Function
showDiff
()
src/hooks/useDiffInIDE.ts:77
↓ 1 callers
Function
showDiffInIDE
* 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 callers
Function
showDuration
()
src/components/Spinner.tsx:144
↓ 1 callers
Function
showSetupScreens
(root: Root, permissionMode: PermissionMode, allowDangerouslySkipPermissions: boolean, commands?: Command[], c
src/interactiveHelpers.tsx:104
↓ 1 callers
Method
showShell
()
src/utils/terminalPanel.ts:154
↓ 1 callers
Method
shutdown
()
src/services/diagnosticTracking.ts:61
↓ 1 callers
Function
siblingSharesY
(node: DOMElement, yogaNode: LayoutNode)
src/ink/render-node-to-output.ts:1309
↓ 1 callers
Function
simpleHash
(str: string)
src/utils/sessionStoragePortable.ts:295
↓ 1 callers
Function
skillDefinitionToCommand
(definition: BundledSkillDefinition)
src/plugins/builtinPlugins.ts:132
↓ 1 callers
Function
skillHasOnlySafeProperties
(command: Command)
src/tools/SkillTool/SkillTool.ts:910
↓ 1 callers
Function
skipEnvFlags
* 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 callers
Function
skipStdbufFlags
* 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 callers
Function
skipTimeoutFlags
* 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 callers
Function
skipTimeoutFlags
* 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 callers
Method
sleep
(ms: number)
src/cli/transports/SerialBatchEventUploader.ts:261
↓ 1 callers
Function
sliceContext
* 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 callers
Method
snapToGraphemeBoundary
* 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 callers
Function
sortForMatching
(models: ModelCapability[])
src/utils/model/modelCapabilities.ts:54
↓ 1 callers
Function
sortKeysDeep
* Recursively sort all keys in an object to match Python's json.dumps(sort_keys=True)
src/services/remoteManagedSettings/index.ts:112
↓ 1 callers
Function
sortKeysDeep
* Recursively sort all keys in an object for consistent hashing
src/services/policyLimits/index.ts:133
↓ 1 callers
Function
sortMatchersByPriority
( matchers: string[], hooksByEventAndMatcher: Record< string, Record<string, IndividualHookConfig[
src/utils/hooks/hooksSettings.ts:230
↓ 1 callers
Function
sourceToString
( source: PermissionApprovalSource | PermissionRejectionSource, )
src/hooks/toolPermission/permissionLogging.ts:68
↓ 1 callers
Function
spawnTeammate
( config: SpawnTeammateConfig, context: ToolUseContext, )
src/tools/shared/spawnMultiAgent.ts:1088
↓ 1 callers
Method
spillToDisk
Force all buffered content to disk. Call when backgrounding.
src/utils/task/TaskOutput.ts:362
↓ 1 callers
Function
splitTabStatusPairs
Split `k=v;k=v` honoring `\;` and `\\` escapes. Yields [key, unescapedValue].
src/ink/termio/osc.ts:368
↓ 1 callers
Function
spriteFrameCount
(species: Species)
src/buddy/sprites.ts:471
↓ 1 callers
Function
squashTextNodes
* Squash text nodes into a plain string (without styles). * Used for text measurement in layout calculations.
src/ink/squash-text-nodes.ts:69
↓ 1 callers
Function
squashTextNodesToSegments
( node: DOMElement, inheritedStyles: TextStyles = {}, inheritedHyperlink?: string, out: StyledSegment[
src/ink/squash-text-nodes.ts:18
↓ 1 callers
Function
start
(dir_0: -1 | 1)
src/components/ScrollKeybindingHandler.tsx:715
↓ 1 callers
Function
start
* 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 callers
Method
start
()
src/utils/git/gitFilesystem.ts:353
↓ 1 callers
Method
start
()
src/utils/claudeInChrome/chromeNativeHost.ts:110
↓ 1 callers
Function
startArecordRecording
( onData: (chunk: Buffer) => void, onEnd: () => void, )
src/services/voice.ts:468
↓ 1 callers
Function
startBackgroundHousekeeping
()
src/utils/backgroundHousekeeping.ts:31
↓ 1 callers
Function
startBackgroundPolling
()
src/services/remoteManagedSettings/index.ts:612
↓ 1 callers
Function
startBackgroundPolling
()
src/services/policyLimits/index.ts:635
↓ 1 callers
Function
startBackgroundSession
({ messages, queryParams, description, setAppState, agentDefinition, }: { messages: Message[] qu
src/tasks/LocalMainSessionTask.ts:338
↓ 1 callers
Function
startBunRelay
( wsUrl: string, authHeader: string, wsAuthHeader: string, )
src/upstreamproxy/relay.ts:176
↓ 1 callers
Function
startCapturingEarlyInput
()
src/utils/earlyInput.ts:29
↓ 1 callers
Function
startConnecting
Start the connecting spinner. Stopped by first updateIdleStatus().
src/bridge/bridgeUI.ts:170
↓ 1 callers
Function
startDetachedPoll
(taskId: string, sessionId: string, url: string, getAppState: () => AppState, setAppState: (f: (prev: AppState
src/commands/ultraplan.tsx:74
↓ 1 callers
Function
startGlobalConfigFreshnessWatcher
()
src/utils/config.ts:997
↓ 1 callers
Method
startHeartbeat
Start periodic heartbeat.
src/cli/transports/ccrClient.ts:678
↓ 1 callers
Function
startHookSpan
( hookEvent: string, hookName: string, numHooks: number, hookDefinitions: string, )
src/utils/telemetry/sessionTracing.ts:844
← previous
next →
7,701–7,800 of 11,702, ranked by callers