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
↓ 4 callers
Function
filterErrors
(errors: ValidationError[], severity: 'fatal' | 'warning')
src/components/mcp/McpParsingWarnings.tsx:210
↓ 4 callers
Function
filterToolProgressMessages
( progressMessagesForMessage: ProgressMessage[], )
src/Tool.ts:341
↓ 4 callers
Function
findActualString
( fileContent: string, searchString: string, )
src/tools/FileEditTool/utils.ts:73
↓ 4 callers
Function
findChannelEntry
( serverName: string, channels: readonly ChannelEntry[], )
src/services/mcp/channelNotification.ts:161
↓ 4 callers
Function
findCtx
(commands: ReturnType<typeof getCommands> extends Promise<infer T> ? T : never)
src/commands/ctx_viz/ctx_viz.test.ts:49
↓ 4 callers
Function
findLastCompactBoundary
(entries: JsonlEntry[])
src/entrypoints/sdk/transcript.ts:43
↓ 4 callers
Function
findLatestMessage
* O(n) single-pass: find the message with the latest timestamp matching a predicate. * Replaces the `[...values].filter(pred).sort((a,b) => Date(b)-D
src/utils/sessionStorage.ts:2401
↓ 4 callers
Function
findModelDescriptorForApiNameWithRoute
( modelApiName: string | undefined, routeId?: string, )
src/utils/visionUtils.ts:88
↓ 4 callers
Function
finish
(open: boolean)
src/cli/bg.ts:484
↓ 4 callers
Function
firstMatch
(obj: any, keys: readonly string[])
src/tools/WebSearchTool/providers/types.ts:56
↓ 4 callers
Function
flushGroup
()
src/utils/collapseReadSearch.ts:770
↓ 4 callers
Function
fmtBucket
(count: number, p: number)
src/components/Stats.tsx:1165
↓ 4 callers
Function
forceFirstPartyProviderEnv
()
src/utils/fastMode.test.ts:205
↓ 4 callers
Function
forceScanConventions
(cwd: string)
src/services/wiki/conventions.ts:432
↓ 4 callers
Function
forkSession
( sessionId: string, options?: ForkSessionOptions, )
src/entrypoints/sdk/sessions.ts:325
↓ 4 callers
Function
formatCommandInputTags
( commandName: string, args: string, )
src/utils/messages.ts:592
↓ 4 callers
Function
formatCommandsWithinBudget
( commands: Command[], contextWindowTokens?: number, options: SkillListingBudgetOptions = {}, )
src/tools/SkillTool/prompt.ts:83
↓ 4 callers
Function
formatCost
(cost: number, maxDecimalPlaces: number = 4)
src/cost-tracker.ts:194
↓ 4 callers
Function
formatCount
(value: number)
src/tools/FileReadTool/FileReadTool.ts:182
↓ 4 callers
Function
formatCreditAmount
(reward: ReferrerRewardInfo)
src/services/api/referral.ts:139
↓ 4 callers
Function
formatEntry
(c: ChannelEntry)
src/components/LogoV2/ChannelsNotice.tsx:199
↓ 4 callers
Function
formatFailureDetails
( failures: Array<{ name: string; reason?: string; error?: string }>, includeReasons: boolean, )
src/utils/plugins/marketplaceHelpers.ts:16
↓ 4 callers
Function
formatGrantAmount
(info: OverageCreditGrantInfo)
src/services/api/overageCreditGrant.ts:127
↓ 4 callers
Function
formatLocation
* Formats a Location with file path and line/character position
src/tools/LSPTool/formatters.ts:99
↓ 4 callers
Function
formatPathLink
(filePath: string)
src/utils/completionCache.ts:63
↓ 4 callers
Function
formatSource
* Format a rule source for display in warning messages.
src/utils/permissions/shadowedRuleDetection.ts:72
↓ 4 callers
Function
formatTaskReportAsJson
(report: TaskReport)
src/utils/taskReport.ts:412
↓ 4 callers
Function
formatToken
( token: Token, theme: ThemeName, listDepth = 0, orderedListNumber: number | null = null, parent: To
src/utils/markdown.ts:49
↓ 4 callers
Function
formatTokenBar
(label: string, tokens: number, maxTokens: number, colorFn: (text: string) => string)
src/cost-tracker.ts:249
↓ 4 callers
Function
formatZodError
( error: ZodError, filePath: string, )
src/utils/settings/validation.ts:97
↓ 4 callers
Function
generateMcpConfig
* Generate MCP server configuration from DXT manifest
src/utils/plugins/mcpbHandler.ts:413
↓ 4 callers
Function
generateSuggestions
( filePath: string, operationType: 'read' | 'write' | 'create', toolPermissionContext: ToolPermissionCon
src/utils/permissions/filesystem.ts:1501
↓ 4 callers
Function
generateTempFilePath
( prefix: string = 'claude-prompt', extension: string = '.md', options?: { contentHash?: string }, )
src/utils/tempfile.ts:19
↓ 4 callers
Function
getAWSRegion
()
src/utils/envUtils.ts:332
↓ 4 callers
Function
getAccountInformation
()
src/utils/auth.ts:1888
↓ 4 callers
Function
getActiveContextNoticeIds
(context: StatusNoticeContext)
src/__tests__/statusNoticeLocalModel.test.ts:55
↓ 4 callers
Function
getActiveOpenAIRouteModelOptionsCache
( config = getGlobalConfig(), )
src/utils/providerProfiles.ts:1582
↓ 4 callers
Function
getAddDirEnabledPlugins
()
src/utils/plugins/addDirPluginSettings.ts:34
↓ 4 callers
Function
getAgentDirectoryPath
* Gets the directory path for an agent location
src/components/agents/agentFileUtils.ts:66
↓ 4 callers
Function
getAgentNameToPoll
* Get the agent name to poll for messages. * - In-process teammates return undefined (they use waitForNextPromptOrShutdown instead) * - Process-base
src/hooks/useInboxPoller.ts:85
↓ 4 callers
Function
getAgentOutputTaskId
* Check if a file path is an agent output file and extract the task ID. * Agent output files follow the pattern: {projectTempDir}/tasks/{taskId}.outp
src/tools/FileReadTool/UI.tsx:18
↓ 4 callers
Function
getAgentTranscript
(agentId: AgentId)
src/utils/sessionStorage.ts:4588
↓ 4 callers
Function
getAllMcpConfigs
()
src/services/mcp/config.ts:1258
↓ 4 callers
Function
getAllowRules
( context: ToolPermissionContext, )
src/utils/permissions/permissions.ts:135
↓ 4 callers
Function
getAntModelOverrideConfig
()
src/utils/model/antModels.ts:34
↓ 4 callers
Function
getAppliedActiveProfileProvider
( processEnv: NodeJS.ProcessEnv = process.env, )
src/utils/context.ts:163
↓ 4 callers
Function
getAskRules
(context: ToolPermissionContext)
src/utils/permissions/permissions.ts:236
↓ 4 callers
Function
getAssistantResponseStartIndex
( messages: readonly Message[], index: number, )
src/utils/tokens.ts:90
↓ 4 callers
Function
getAutoModeDumpDir
()
src/utils/permissions/yoloClassifier.ts:147
↓ 4 callers
Function
getAutoUpdaterDisabledReason
()
src/utils/config.ts:1991
↓ 4 callers
Function
getAwsCommandsSources
()
src/components/TrustDialog/utils.ts:179
↓ 4 callers
Function
getBackendByType
(type: PaneBackendType)
src/utils/swarm/backends/registry.ts:295
↓ 4 callers
Function
getBridgeBaseUrl
()
src/bridge/bridgeConfig.ts:39
↓ 4 callers
Function
getBridgeBaseUrlOverride
()
src/bridge/bridgeConfig.ts:23
↓ 4 callers
Function
getBuiltinModelStrings
(provider: LegacyAPIProvider)
src/utils/model/modelStrings.ts:27
↓ 4 callers
Function
getBytesPerTokenForModel
(model: string)
src/services/tokenEstimation.ts:335
↓ 4 callers
Function
getCachePath
* Get the path to the policy limits cache file
src/services/policyLimits/index.ts:119
↓ 4 callers
Function
getCachedBackend
()
src/utils/swarm/backends/registry.ts:308
↓ 4 callers
Function
getCachedReferrerReward
()
src/services/api/referral.ts:150
↓ 4 callers
Function
getClaudeAIOAuthTokensAsync
()
src/utils/auth.ts:1420
↓ 4 callers
Function
getClaudeSkillScope
( filePath: string, )
src/utils/permissions/filesystem.ts:109
↓ 4 callers
Function
getClientType
()
src/bootstrap/state.ts:1007
↓ 4 callers
Function
getCodexOAuthCallbackHost
( env: NodeJS.ProcessEnv = process.env, )
src/services/api/codexOAuthShared.ts:50
↓ 4 callers
Function
getCodexOAuthClientId
( env: NodeJS.ProcessEnv = process.env, )
src/services/api/codexOAuthShared.ts:28
↓ 4 callers
Function
getCodexPrimarySecureStorage
()
src/utils/codexCredentials.ts:50
↓ 4 callers
Function
getColorModuleUnavailableReason
()
src/components/StructuredDiff/colorDiff.ts:18
↓ 4 callers
Function
getCommand
(commandName: string, commands: Command[])
src/commands.ts:757
↓ 4 callers
Function
getCommandId
* Generates a deterministic unique ID for a command suggestion. * Commands with the same name from different sources get unique IDs. * * Only promp
src/utils/suggestions/commandSuggestions.ts:416
↓ 4 callers
Function
getCommandName
(file: MarkdownFile)
src/skills/loadSkillsDir.ts:639
↓ 4 callers
Function
getCommandPrefixStatic
( command: string, recursionDepth = 0, wrapperCount = 0, )
src/utils/bash/prefix.ts:28
↓ 4 callers
Function
getCommandTypeForLogging
(command: string)
src/tools/PowerShellTool/PowerShellTool.tsx:269
↓ 4 callers
Method
getCompletedResults
* Get any completed results that haven't been yielded yet (non-blocking) * Maintains order where necessary * Also yields any pending progress me
src/services/tools/StreamingToolExecutor.ts:426
↓ 4 callers
Function
getCompressionRatio
(content: string, type?: ContentType)
src/services/tokenEstimation.ts:426
↓ 4 callers
Method
getComputedLeft
()
src/ink/layout/yoga.ts:108
↓ 4 callers
Function
getConnectionTimeoutMs
()
src/services/mcp/client.ts:460
↓ 4 callers
Function
getCurrentBranch
* Gets the current branch name
src/utils/teleport.tsx:287
↓ 4 callers
Function
getCurrentTurn
()
src/utils/multiTurnContext.ts:62
↓ 4 callers
Function
getDangerousEnvVarsSources
()
src/components/TrustDialog/utils.ts:239
↓ 4 callers
Function
getDangerousPlanExitMode
({ isBypassPermissionsModeAvailable, prePlanMode }: { isBypassPermissionsModeAvailable: boolean | undefi
src/components/permissions/ExitPlanModePermissionRequest/ExitPlanModePermissionRequest.tsx:97
↓ 4 callers
Function
getDataDir
()
src/commands/insights.ts:240
↓ 4 callers
Function
getDeclaredMarketplaces
()
src/utils/plugins/marketplaceManager.ts:226
↓ 4 callers
Function
getDefaultRetryDelayMs
()
src/services/api/withRetry.ts:940
↓ 4 callers
Function
getDisplayText
(tokens: Token[] | undefined)
src/utils/markdown.ts:209
↓ 4 callers
Function
getEnumLabel
(schema: EnumSchema, value: string)
src/utils/mcp/elicitationValidation.ts:130
↓ 4 callers
Function
getEnvironmentKind
()
src/utils/filePersistence/outputsScanner.ts:26
↓ 4 callers
Function
getErrorGuidance
(error: PluginError)
src/commands/plugin/PluginErrors.tsx:61
↓ 4 callers
Function
getExternalClaudeMdIncludes
( files: MemoryFileInfo[], types?: MemoryType[], )
src/utils/claudemd.ts:1436
↓ 4 callers
Function
getExtraBodyParams
(betaHeaders?: string[])
src/services/api/claude.ts:278
↓ 4 callers
Function
getFacetsDir
()
src/commands/insights.ts:243
↓ 4 callers
Function
getFirstMeaningfulUserMessageTextContent
( transcript: T[], )
src/utils/sessionStorage.ts:1849
↓ 4 callers
Function
getFirstXaaIdpCallbackParam
( value: XaaIdpCallbackParamValue, )
src/services/mcp/xaaIdpCallback.ts:9
↓ 4 callers
Function
getGeminiVertexLocation
( env: NodeJS.ProcessEnv = process.env, )
src/utils/geminiAuth.ts:74
↓ 4 callers
Function
getGithubRepo
()
src/utils/git.ts:504
↓ 4 callers
Function
getGlobExclusionsForPluginCache
( searchPath?: string, )
src/utils/plugins/orphanedPluginFilter.ts:38
↓ 4 callers
Method
getGraphemeBoundaries
()
src/utils/Cursor.ts:1174
↓ 4 callers
Function
getHkcuSettings
()
src/utils/settings/mdm/settings.ts:152
↓ 4 callers
Function
getIdpClientSecret
(idpIssuer: string)
src/services/mcp/xaaIdpLogin.ts:181
↓ 4 callers
Function
getIfCondition
(hook: { if?: string })
src/utils/hooks.ts:1935
↓ 4 callers
Function
getImageProcessor
()
src/tools/FileReadTool/imageProcessor.ts:48
↓ 4 callers
Function
getInitialMainLoopModel
()
src/bootstrap/state.ts:889
← previous
next →
2,601–2,700 of 15,760, ranked by callers