Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gitlawb/openclaude
/ functions
Functions
15,760 in github.com/Gitlawb/openclaude
⨍
Functions
15,760
◇
Types & classes
602
↓ 9 callers
Function
waitForCondition
( predicate: () => boolean, timeoutMs = 2000, )
src/commands/model/model.test.tsx:234
↓ 9 callers
Function
waitForOutput
( getOutput: () => string, predicate: (frame: string) => boolean, )
src/components/agents/AgentsMenu.test.tsx:62
↓ 9 callers
Function
walkArgument
* Convert an argument node to its literal string value. Quotes are resolved. * This function implements the argument-position allowlist.
src/utils/bash/ast.ts:1399
↓ 9 callers
Method
writeBatch
(messages: StdoutMessage[])
src/cli/transports/HybridTransport.ts:140
↓ 9 callers
Function
writeJson
(path: string)
src/utils/doctorDiagnostic.settingsPath.test.ts:20
↓ 8 callers
Method
acquireLease
* Allow bounded active work to outlive the idle timeout without converting * QueryGuard into an inactivity-only watchdog. Pass the generation when
src/utils/QueryGuard.ts:259
↓ 8 callers
Function
addToken
(result: string, token: string, noSpace = false)
src/utils/bash/commands.ts:1190
↓ 8 callers
Function
adjustNewStringIndentation
( oldString: string, fileMatch: string, newString: string, )
src/tools/FileEditTool/utils.ts:811
↓ 8 callers
Function
allWorkingDirectories
( context: ToolPermissionContext, )
src/utils/permissions/filesystem.ts:749
↓ 8 callers
Function
applyHybridStrategy
( messages: Message[], config: HybridConfig, )
src/utils/hybridContextStrategy.ts:223
↓ 8 callers
Function
assistantMessage
( usage: FakeUsage, content = 'assistant response', id = 'msg_1', )
src/utils/tokens.test.ts:18
↓ 8 callers
Function
at
(pct: number)
src/components/BuiltinStatusLine.test.tsx:52
↓ 8 callers
Function
blockedConstraintMatches
* Check if a blocked ref/path constraint matches a source. * If the blocklist entry has no ref/path, it matches ALL refs/paths (wildcard). * If the
src/utils/plugins/marketplaceHelpers.ts:371
↓ 8 callers
Function
bucket
(min: number, max?: number)
src/components/Stats.tsx:404
↓ 8 callers
Function
buildAuthHeadersForPreset
(preset?: ProviderPreset)
src/tools/WebSearchTool/providers/custom.ts:368
↓ 8 callers
Function
buildGeminiProfileEnv
(options: { model?: string | null baseUrl?: string | null apiKey?: string | null authMode?: 'api-key'
src/utils/providerProfile.ts:619
↓ 8 callers
Function
buildPendingClassifierCheck
* Builds the pending classifier check metadata if classifier is enabled and has allow descriptions. * Returns undefined if classifier is disabled, in
src/tools/BashTool/bashPermissions.ts:1469
↓ 8 callers
Function
buildRouteOptions
( settings: SettingsJson | null, current: CurrentAgentRoute, opts?: { shadowedModelKeys?: ReadonlySet<st
src/services/api/agentRouteSettings.ts:228
↓ 8 callers
Function
buildSdkUrl
(apiBaseUrl: string, sessionId: string)
src/bridge/workSecret.ts:81
↓ 8 callers
Function
cellAtCI
* Write cell data into an existing Cell object to avoid allocation. * Caller must ensure index is valid.
src/ink/screen.ts:656
↓ 8 callers
Function
classifyFetchError
(error: unknown)
src/utils/plugins/fetchTelemetry.ts:108
↓ 8 callers
Function
collectBundleStubs
(bundleText: string)
scripts/stubMarkerGuard.ts:53
↓ 8 callers
Function
compactConversation
( messages: Message[], context: ToolUseContext, cacheSafeParams: CacheSafeParams, suppressFollowUpQues
src/services/compact/compact.ts:410
↓ 8 callers
Function
createChildAbortController
( parent: AbortController, maxListeners?: number, )
src/utils/abortController.ts:68
↓ 8 callers
Function
createSessionJsonl
( cwd: string, sessionId: string, entries: Array<Record<string, unknown>>, )
tests/sdk/helpers/query-test-doubles.ts:67
↓ 8 callers
Function
createStatus
(overrides = {})
vscode-extension/openclaude-vscode/src/presentation.test.js:78
↓ 8 callers
Function
createStatus
(overrides = {})
vscode-extension/openclaude-vscode/src/extension.test.js:24
↓ 8 callers
Function
cwd
()
src/utils/fsOperations.ts:392
↓ 8 callers
Function
describeProviderState
({ shimEnabled, env, profile })
vscode-extension/openclaude-vscode/src/state.js:357
↓ 8 callers
Function
deserializeFromCacheMessage
( records: readonly SDKMessageCacheRecord[], )
src/assistant/sessionHistorySerialization.ts:88
↓ 8 callers
Function
detectLocalService
(options?: { env?: EnvLike fetchImpl?: typeof fetch timeoutMs?: number })
src/utils/providerAutoDetect.ts:249
↓ 8 callers
Function
detectStaleProjectSettingsPaths
( cwd: string = getSettingsRootPathForSource('projectSettings'), )
src/utils/doctorDiagnostic.ts:357
↓ 8 callers
Function
emitTaskTerminatedSdk
( taskId: string, status: 'completed' | 'failed' | 'stopped', opts?: { toolUseId?: string summar
src/utils/sdkEventQueue.ts:114
↓ 8 callers
Function
enterTeammateView
( taskId: string, setAppState: (updater: (prev: AppState) => AppState) => void, )
src/state/teammateViewHelpers.ts:46
↓ 8 callers
Method
error
(message: string, ...args: unknown[])
src/utils/computerUse/hostAdapter.ts:25
↓ 8 callers
Function
execResult
(stdout = '', code = 0, stderr = '')
src/commands/install-github-app/setupGitHubActions.test.ts:31
↓ 8 callers
Function
execSyncWithDefaults_DEPRECATED
( command: string, optionsOrAbortSignal?: ExecSyncOptions | AbortSignal, timeout = 10 * SECONDS_IN_MINUT
src/utils/execFileNoThrowPortable.ts:42
↓ 8 callers
Function
filterToolsByDenyRules
(tools: readonly T[], permissionContext: ToolPermissionContext)
src/tools.ts:251
↓ 8 callers
Function
findCommand
( commandName: string, commands: Command[], )
src/commands.ts:741
↓ 8 callers
Function
formatNum
(n: number)
src/utils/mcp/elicitationValidation.ts:187
↓ 8 callers
Method
fromText
( text: string, columns: number, offset: number = 0, selection: number = 0, )
src/utils/Cursor.ts:198
↓ 8 callers
Function
get
()
src/utils/exportRenderer.test.ts:619
↓ 8 callers
Function
getAdditionalDirectoriesForClaudeMd
()
src/bootstrap/state.ts:1581
↓ 8 callers
Function
getAttributionRepoRoot
()
src/utils/commitAttribution.ts:83
↓ 8 callers
Function
getAuthTokenSource
()
src/utils/auth.ts:165
↓ 8 callers
Function
getCatalogForGateway
(gatewayId: string)
src/integrations/registry.ts:156
↓ 8 callers
Function
getCompanion
()
src/buddy/companion.ts:127
↓ 8 callers
Function
getConfiguredApiKeyHelper
()
src/utils/auth.ts:376
↓ 8 callers
Function
getContextWindow
(value: unknown)
src/integrations/gateways/custom.ts:3
↓ 8 callers
Function
getCutoffDate
()
src/utils/cleanup.ts:25
↓ 8 callers
Function
getDetail
(env, fallback)
vscode-extension/openclaude-vscode/src/state.js:315
↓ 8 callers
Function
getFastModeState
( model: ModelSetting, fastModeUserEnabled: boolean | undefined, )
src/utils/fastMode.ts:326
↓ 8 callers
Function
getGithubEndpointType
( baseUrl: string | undefined, options?: { githubEnterpriseUrl?: string }, )
src/services/api/providerConfig.ts:711
↓ 8 callers
Function
getHooksConfigFromSnapshot
()
src/utils/hooks/hooksConfigSnapshot.ts:119
↓ 8 callers
Method
getLastSequenceNum
* High-water mark of sequence numbers seen on this stream. Callers that * recreate the transport (e.g. replBridge onWorkReceived) read this before
src/cli/transports/SSETransport.ts:227
↓ 8 callers
Method
getNewDiagnosticsCompat
* Backward-compatible method that uses stored IDE client
src/services/diagnosticTracking.ts:98
↓ 8 callers
Method
getOffset
(position: Position)
src/utils/Cursor.ts:1074
↓ 8 callers
Function
getPatchForDisplay
({ filePath, fileContents, edits, ignoreWhitespace = false, }: { filePath: string fileContents: st
src/utils/diff.ts:124
↓ 8 callers
Function
getProviderChain
(mode: ProviderMode)
src/tools/WebSearchTool/providers/index.ts:121
↓ 8 callers
Function
getProxyUrl
(env: EnvLike = process.env)
src/utils/proxy.ts:64
↓ 8 callers
Function
getRegisteredHooks
()
src/bootstrap/state.ts:1387
↓ 8 callers
Function
getRemoteUrl
()
src/utils/git.ts:269
↓ 8 callers
Function
getReplayIndexBuilder
()
src/bootstrap/state.ts:1689
↓ 8 callers
Function
getRuleByContentsForTool
( context: ToolPermissionContext, tool: Tool, behavior: PermissionBehavior, )
src/utils/permissions/permissions.ts:362
↓ 8 callers
Function
getRuntimeMainLoopModel
(params: { permissionMode: PermissionMode mainLoopModel: string exceeds200kTokens?: boolean })
src/utils/model/model.ts:333
↓ 8 callers
Function
getSessionCacheMetrics
()
src/services/api/cacheStatsTracker.ts:135
↓ 8 callers
Function
getTeamFilePath
(teamName: string)
src/utils/swarm/teamHelpers.ts:122
↓ 8 callers
Function
getTiers
(effectiveWindow: number)
src/services/api/compressToolHistory.ts:68
↓ 8 callers
Function
getToolFailureLoopThreshold
( value = process.env.CLAUDE_CODE_TOOL_FAILURE_LOOP_THRESHOLD, )
src/query/toolFailureLoopGuard.ts:36
↓ 8 callers
Function
getToolSchemaCache
()
src/utils/toolSchemaCache.ts:20
↓ 8 callers
Function
getToolUseID
(message: NormalizedMessage)
src/utils/messages.ts:3037
↓ 8 callers
Function
getTotalOutputTokens
()
src/bootstrap/state.ts:755
↓ 8 callers
Function
getWorktreePaths
(cwd: string)
src/utils/getWorktreePaths.ts:18
↓ 8 callers
Function
handleNavigation
(direction: 'up' | 'down')
src/components/mcp/ElicitationDialog.tsx:289
↓ 8 callers
Method
handleQueryStart
* Handle the start of a new query. This method: * - Initializes the diagnostic tracker if not already initialized * - Resets the tracker if alre
src/services/diagnosticTracking.ts:369
↓ 8 callers
Function
highlightFuzzyMatch
(text: string, query: string)
src/utils/highlightMatch.tsx:36
↓ 8 callers
Function
importFreshOpenAIShim
( cacheKey: string, )
src/services/api/openaiShim.test.ts:104
↓ 8 callers
Function
inputSchema
()
src/tools/AgentTool/AgentTool.tsx:261
↓ 8 callers
Function
isAdvisorEnabled
()
src/utils/advisor.ts:60
↓ 8 callers
Method
isAtStart
()
src/utils/Cursor.ts:1021
↓ 8 callers
Function
isAutoModeGateEnabled
()
src/utils/permissions/permissionSetup.ts:1401
↓ 8 callers
Function
isForkSubagentEnabled
()
src/tools/AgentTool/forkSubagent.ts:35
↓ 8 callers
Function
isInProtectedNamespace
()
src/utils/envUtils.ts:372
↓ 8 callers
Function
isLocalMarketplaceSource
( source: MarketplaceSource, )
src/utils/plugins/schemas.ts:1236
↓ 8 callers
Function
isModelAlias
(modelInput: string)
src/utils/model/aliases.ts:12
↓ 8 callers
Function
isNonEmptyString
(value: unknown)
src/utils/conversationRecovery.ts:121
↓ 8 callers
Function
isOutputLineTruncated
(content: string)
src/utils/terminal.ts:119
↓ 8 callers
Function
isPluginZipCacheEnabled
()
src/utils/plugins/zipCache.ts:55
↓ 8 callers
Function
isRecord
(value: unknown)
src/services/api/minimaxUsage/parse.ts:21
↓ 8 callers
Function
isShutdownApproved
( messageText: string, )
src/utils/teammateMailbox.ts:902
↓ 8 callers
Function
isTurnStart
(msg: Message)
src/services/contextCollapse/spanSelection.ts:23
↓ 8 callers
Function
isValidAdvisorModel
(model: string)
src/utils/advisor.ts:101
↓ 8 callers
Function
issuerKey
(issuer: string)
src/services/mcp/xaaIdpLogin.ts:88
↓ 8 callers
Function
listener
(newLimits: ClaudeAILimits)
src/services/claudeAiLimitsHook.ts:12
↓ 8 callers
Function
loadFullLog
(log: LogOption)
src/utils/sessionStorage.ts:3314
↓ 8 callers
Function
logAntError
(_context: string, _error: unknown)
src/utils/debug.ts:258
↓ 8 callers
Function
logFileOperation
(params: { operation: 'read' | 'write' | 'edit' tool: 'FileReadTool' | 'FileWriteTool' | 'FileEditTool'
src/utils/fileOperationAnalytics.ts:37
↓ 8 callers
Function
logOTelEvent
( _eventName: string, _metadata: { [key: string]: string | undefined } = {}, )
src/utils/telemetry/events.ts:7
↓ 8 callers
Function
logOperation
(operation: QueueOperation, content?: string)
src/utils/messageQueueManager.ts:27
↓ 8 callers
Function
logPush
( startTime: number, outcome: { success: boolean filesUploaded?: number conflict?: boolean
src/services/teamMemorySync/index.ts:1218
← previous
next →
1,201–1,300 of 15,760, ranked by callers