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
↓ 2 callers
Function
renderVerticalFormat
()
src/components/MarkdownTable.tsx:241
↓ 2 callers
Function
renderableSearchText
(msg: RenderableMessage)
src/utils/transcriptSearch.ts:24
↓ 2 callers
Method
replayBufferedMessages
(lastId: string)
src/cli/transports/WebSocketTransport.ts:574
↓ 2 callers
Method
reportMetadata
Report external metadata to CCR via PUT /worker.
src/cli/transports/ccrClient.ts:661
↓ 2 callers
Function
requestMicrophonePermission
()
src/services/voice.ts:241
↓ 2 callers
Method
resetArrays
(paths: string[])
src/native-ts/file-index/index.ts:143
↓ 2 callers
Function
resetAutoModeGateCheck
()
src/utils/permissions/bypassPermissionsKillswitch.ts:123
↓ 2 callers
Function
resetCostState
()
src/bootstrap/state.ts:864
↓ 2 callers
Function
resetCwdIfOutsideProject
( toolPermissionContext: ToolPermissionContext, )
src/tools/BashTool/utils.ts:170
↓ 2 callers
Function
resetGetMemoryFilesCache
( reason: InstructionsLoadReason = 'session_start', )
src/utils/claudemd.ts:1124
↓ 2 callers
Function
resetLayoutShifted
()
src/ink/render-node-to-output.ts:36
↓ 2 callers
Method
resetLivenessTimer
* Reset the liveness timer. If no SSE frame arrives within the timeout, * treat the connection as dead and reconnect.
src/cli/transports/SSETransport.ts:556
↓ 2 callers
Function
resetScreen
( screen: Screen, width: number, height: number, )
src/ink/screen.ts:501
↓ 2 callers
Function
resetStallTimer
()
src/utils/nativeInstaller/download.ts:312
↓ 2 callers
Function
resetStreamIdleTimer
()
src/services/api/claude.ts:1895
↓ 2 callers
Function
resetTaskList
(taskListId: string)
src/utils/tasks.ts:147
↓ 2 callers
Function
resizeShellImageOutput
( stdout: string, outputFilePath: string | undefined, outputFileSize: number | undefined, )
src/tools/BashTool/utils.ts:110
↓ 2 callers
Function
resolveAgentModelDisplay
( agent: AgentDefinition, )
src/tools/AgentTool/agentDisplay.ts:78
↓ 2 callers
Function
resolveAgentOverrides
( allAgents: AgentDefinition[], activeAgents: AgentDefinition[], )
src/tools/AgentTool/agentDisplay.ts:46
↓ 2 callers
Function
resolveAndPrepend
( msg: unknown, content: string | Array<ContentBlockParam>, )
src/bridge/inboundAttachments.ts:167
↓ 2 callers
Function
resolveAuth
()
src/bridge/bridgeApi.ts:91
↓ 2 callers
Function
resolveChildAlign
(parent: Node, child: Node)
src/native-ts/yoga-layout/index.ts:2294
↓ 2 callers
Function
resolveClaudePath
* Resolve the claude binary path for protocol registration. Prefers the * native installer's stable symlink (~/.local/bin/claude) which survives * a
src/utils/deepLink/registerProtocol.ts:241
↓ 2 callers
Function
resolveColor
* Resolves a color value that may be a theme key to a raw Color.
src/components/design-system/ThemedText.tsx:66
↓ 2 callers
Function
resolveCwdReentry
* If a normalized path starts with `../<cwd-basename>/`, it re-enters cwd * via the parent — resolve it to the cwd-relative form. posix.normalize *
src/tools/PowerShellTool/gitSafety.ts:23
↓ 2 callers
Function
resolveEscapingPathToCwdRelative
* SECURITY: Resolve a normalized path that escapes cwd (leading `../` or * absolute) against the actual cwd, then check if it lands back INSIDE cwd.
src/tools/PowerShellTool/gitSafety.ts:106
↓ 2 callers
Function
resolveFastModeStatusFromCache
()
src/utils/fastMode.ts:392
↓ 2 callers
Function
resolveGap
(style: Style, gutter: Gutter, ownerSize: number)
src/native-ts/yoga-layout/index.ts:2345
↓ 2 callers
Function
resolveKeyWithChordState
( input: string, key: Key, activeContexts: KeybindingContextName[], bindings: ParsedBinding[], pendi
src/keybindings/resolver.ts:166
↓ 2 callers
Function
resolveOnce
(code: string)
src/services/mcp/auth.ts:1031
↓ 2 callers
Function
resolveOverriddenModel
(modelId: string)
src/utils/model/modelStrings.ts:84
↓ 2 callers
Function
resolvePluginMcpEnvironment
( config: McpServerConfig, plugin: { path: string; source: string }, userConfig?: UserConfigValues, er
src/utils/plugins/mcpPluginIntegration.ts:465
↓ 2 callers
Function
resolveRefInDir
( dir: string, ref: string, )
src/utils/git/gitFilesystem.ts:221
↓ 2 callers
Function
resolveSkillModelOverride
( skillModel: string, currentModel: string, )
src/utils/model/model.ts:545
↓ 2 callers
Function
resolveTwoStageClassifier
* Resolve the XML classifier setting: ant-only env var takes precedence, * then GrowthBook. Returns undefined when unset (caller decides default).
src/utils/permissions/yoloClassifier.ts:1353
↓ 2 callers
Function
resolveWatchPaths
( config?: ReturnType<typeof getHooksConfigFromSnapshot>, )
src/utils/hooks/fileChangedWatcher.ts:48
↓ 2 callers
Function
restartWatching
()
src/utils/hooks/fileChangedWatcher.ts:122
↓ 2 callers
Function
restoreAttributionStateFromSnapshots
( snapshots: AttributionSnapshotMessage[], )
src/utils/commitAttribution.ts:899
↓ 2 callers
Function
restoreCostStateForSession
(sessionId: string)
src/cost-tracker.ts:130
↓ 2 callers
Function
restoreHeredocs
( parts: string[], heredocs: Map<string, HeredocInfo>, )
src/utils/bash/heredoc.ts:711
↓ 2 callers
Function
restoreRemoteAgentTasks
(context: TaskContext)
src/tasks/RemoteAgentTask/RemoteAgentTask.tsx:477
↓ 2 callers
Function
restoreSessionToOriginalCwd
* Restore session state to reflect the original directory. * This is the inverse of the session-level mutations in EnterWorktreeTool.call(). * * ke
src/tools/ExitWorktreeTool/ExitWorktreeTool.ts:122
↓ 2 callers
Function
restoreWorktreeSession
(session: WorktreeSession | null)
src/utils/worktree.ts:167
↓ 2 callers
Function
resumeHelpMessage
(result: ResumeResult)
src/commands/resume/resume.tsx:31
↓ 2 callers
Method
resumeStdin
()
src/ink/ink.tsx:1396
↓ 2 callers
Method
retryFailedEvents
()
src/services/analytics/firstPartyEventLoggingExporter.ts:469
↓ 2 callers
Function
revokeToken
* Revokes a single token on the OAuth server. * * Per RFC 7009, public clients (like Claude Code) should authenticate by including * client_id in t
src/services/mcp/auth.ts:381
↓ 2 callers
Function
rgb
(c: Color)
src/ink/termio/osc.ts:478
↓ 2 callers
Function
ripGrepRaw
( args: string[], target: string, abortSignal: AbortSignal, callback: ( error: ExecFileException |
src/utils/ripgrep.ts:108
↓ 2 callers
Function
rollFrom
(rng: () => number)
src/buddy/companion.ts:91
↓ 2 callers
Function
rollbackConsolidationLock
( priorMtime: number, )
src/services/autoDream/consolidationLock.ts:91
↓ 2 callers
Function
ruleIdToLabel
* Convert a gitleaks rule ID (kebab-case) to a human-readable label. * e.g., "github-pat" → "GitHub PAT", "aws-access-token" → "AWS Access Token"
src/services/teamMemorySync/secretScanner.ts:243
↓ 2 callers
Function
ruleMatches
(ruleContent: string)
src/tools/SkillTool/SkillTool.ts:451
↓ 2 callers
Function
runAsyncAgentLifecycle
({ taskId, abortController, makeStream, metadata, description, toolUseContext, rootSetAppState,
src/tools/AgentTool/agentToolUtils.ts:508
↓ 2 callers
Function
runBridgeLoop
( config: BridgeConfig, environmentId: string, environmentSecret: string, api: BridgeApiClient, spaw
src/bridge/bridgeMain.ts:141
↓ 2 callers
Function
runExtraUsage
()
src/commands/extra-usage/extra-usage-core.ts:18
↓ 2 callers
Function
runSideQuestion
({ question, cacheSafeParams, }: { question: string cacheSafeParams: CacheSafeParams })
src/utils/sideQuestion.ts:53
↓ 2 callers
Function
runTools
( toolUseMessages: ToolUseBlock[], assistantMessages: AssistantMessage[], canUseTool: CanUseToolFn, to
src/services/tools/toolOrchestration.ts:19
↓ 2 callers
Function
runWithCwdOverride
(cwd: string, fn: () => T)
src/utils/cwd.ts:12
↓ 2 callers
Function
runWithWorkload
( workload: string | undefined, fn: () => T, )
src/utils/workloadContext.ts:52
↓ 2 callers
Function
safeExec
( file: string, args: string[], )
shims/ant-computer-use-swift/index.ts:37
↓ 2 callers
Function
sanitize
(str: string)
src/utils/dxt/helpers.ts:71
↓ 2 callers
Function
sanitizeCore
* Length cap + trim + dedupe + sort. `applyCharFilter` — skip for trusted * bundle IDs (Apple/Google/MS; a localized "Réglages Système" with unusual
src/utils/computerUse/appNames.ts:132
↓ 2 callers
Function
sanitizeModelName
(shortName: string)
src/utils/commitAttribution.ts:154
↓ 2 callers
Function
sanitizeName
(name: string)
src/utils/swarm/teamHelpers.ts:100
↓ 2 callers
Function
sanitizePath
(name: string)
src/utils/sessionStoragePortable.ts:311
↓ 2 callers
Function
satisfies
(version: string, range: string)
src/utils/semver.ts:47
↓ 2 callers
Function
saveAgentColor
( sessionId: UUID, agentColor: string, fullPath?: string, )
src/utils/sessionStorage.ts:2838
↓ 2 callers
Function
saveAgentName
( sessionId: UUID, agentName: string, fullPath?: string, source: 'user' | 'auto' = 'user', )
src/utils/sessionStorage.ts:2819
↓ 2 callers
Function
saveAgentSetting
(agentSetting: string)
src/utils/sessionStorage.ts:2861
↓ 2 callers
Function
saveConfig
( file: string, config: A, defaultConfig: A, )
src/utils/config.ts:1116
↓ 2 callers
Function
saveConfigWithLock
* Returns true if a write was performed; false if the write was skipped * (no changes, or auth-loss guard tripped). Callers use this to decide * whe
src/utils/config.ts:1153
↓ 2 callers
Function
saveCurrentSessionCosts
(fpsMetrics?: FpsMetrics)
src/cost-tracker.ts:143
↓ 2 callers
Method
saveEventsToFile
( filePath: string, events: FirstPartyEventLoggingEvent[], )
src/services/analytics/firstPartyEventLoggingExporter.ts:171
↓ 2 callers
Function
saveIdpIdToken
( idpIssuer: string, idToken: string, expiresAt: number, )
src/services/mcp/xaaIdpLogin.ts:109
↓ 2 callers
Function
savePluginOptions
( pluginId: string, values: PluginOptionValues, schema: PluginOptionSchema, )
src/utils/plugins/pluginOptionsStorage.ts:90
↓ 2 callers
Function
saveTag
(sessionId: UUID, tag: string, fullPath?: string)
src/utils/sessionStorage.ts:2690
↓ 2 callers
Function
scanFiles
(dir: string, out: string[])
src/dev-entry.ts:13
↓ 2 callers
Function
scanForContext
( handle: FileHandle, needle: string, contextLines: number, )
src/utils/readEditContext.ts:60
↓ 2 callers
Function
scanForSecrets
(content: string)
src/services/teamMemorySync/secretScanner.ts:277
↓ 2 callers
Function
scanMemoryFiles
( memoryDir: string, signal: AbortSignal, )
src/memdir/memoryScan.ts:35
↓ 2 callers
Function
schedule
(sessionId: string, token: string)
src/bridge/jwtUtils.ts:102
↓ 2 callers
Method
scheduleBackoffRetry
()
src/services/analytics/firstPartyEventLoggingExporter.ts:445
↓ 2 callers
Function
scheduleNext
()
src/services/AgentSummary/agentSummary.ts:157
↓ 2 callers
Method
scheduleReconnect
(delay: number, label: string)
src/remote/SessionsWebSocket.ts:290
↓ 2 callers
Function
scoreBonusAt
* Boundary/camelCase bonus for a match at position `pos` in the original-case * path. `first` enables the start-of-string bonus (only for needle[0]).
src/native-ts/file-index/index.ts:297
↓ 2 callers
Function
sdkCompatToolName
(name: string)
src/utils/messages/systemInit.ts:23
↓ 2 callers
Function
segmentGraphemes
(str: string)
src/ink/termio/parser.ts:71
↓ 2 callers
Function
selectionChangeHandler
(data: SelectionData)
src/hooks/useIdeSelection.ts:91
↓ 2 callers
Method
sendCommandToPane
* Sends a command to a specific pane.
src/utils/swarm/backends/TmuxBackend.ts:151
↓ 2 callers
Function
sendIdleNotification
* Sends idle notification to the leader via file-based mailbox. * Uses agentName (not agentId) for consistency with process-based teammates.
src/utils/swarm/inProcessRunner.ts:569
↓ 2 callers
Method
sendInterrupt
* Send an interrupt signal to cancel the current request
src/server/directConnectManager.ts:172
↓ 2 callers
Method
sendLine
(line: string)
src/cli/transports/WebSocketTransport.ts:331
↓ 2 callers
Method
sendMessage
* Send a user message to the remote session via HTTP POST
src/remote/RemoteSessionManager.ts:219
↓ 2 callers
Method
sendMessage
(content: RemoteMessageContent)
src/server/directConnectManager.ts:125
↓ 2 callers
Function
sendPermissionRequestViaMailbox
( request: SwarmPermissionRequest, )
src/utils/swarm/permissionSync.ts:676
↓ 2 callers
Function
sendShutdownRequestToMailbox
( targetName: string, teamName?: string, reason?: string, )
src/utils/teammateMailbox.ts:831
↓ 2 callers
Function
serverSecretsKey
* Compose the secureStorage key for a per-server secret bucket. * `pluginSecrets` is a flat map — per-server secrets share it with top-level * plugi
src/utils/plugins/mcpbHandler.ts:124
↓ 2 callers
Function
sessionIdExists
(sessionId: string)
src/utils/sessionStorage.ts:401
↓ 2 callers
Function
setAdditionalDirectoriesForClaudeMd
( directories: string[], )
src/bootstrap/state.ts:1670
← previous
next →
3,901–4,000 of 11,702, ranked by callers