MCPcopy Create free account

hub / github.com/Gitlawb/openclaude / functions

Functions15,760 in github.com/Gitlawb/openclaude

↓ 7 callersFunctionn
(count: number, noun: string)
src/commands/reload-plugins/reload-plugins.ts:59
↓ 7 callersFunctionnormalizeClinePassUsagePayload
( payload: unknown, )
src/services/api/clinepassUsage/parse.ts:74
↓ 7 callersFunctionnormalizeDiagnosticUri
(uri: string)
src/services/lsp/LSPDiagnosticRegistry.ts:113
↓ 7 callersFunctionnormalizeMiniMaxUsagePayload
(payload: unknown)
src/services/api/minimaxUsage/parse.ts:433
↓ 7 callersFunctionnormalizeToolInputForValidation
( tool: Pick<Tool, 'name'>, input: unknown, )
src/services/tools/toolExecution.ts:686
↓ 7 callersFunctionnotifyCommandLifecycle
( uuid: string, state: CommandLifecycleState, )
src/utils/commandLifecycle.ts:16
↓ 7 callersFunctionnotifyTasksUpdated
()
src/utils/tasks.ts:61
↓ 7 callersFunctiononChange
(option_0: PermissionOption, feedback?: string)
src/components/permissions/FilePermissionDialog/FilePermissionDialog.tsx:160
↓ 7 callersMethodonRender
()
src/ink/ink.tsx:444
↓ 7 callersFunctionoverThresholdMessages
()
src/services/compact/autoCompact.test.ts:118
↓ 7 callersFunctionparseEffortValue
(value: unknown)
src/utils/effort.ts:780
↓ 7 callersFunctionparseModelFlag
(args: string[])
src/utils/providerFlag.ts:131
↓ 7 callersFunctionparseProviderFlag
(args: string[])
src/utils/providerFlag.ts:82
↓ 7 callersFunctionparseReferences
( input: string, )
src/history.ts:62
↓ 7 callersFunctionparseSettingsFile
(path: string)
src/utils/settings/settings.ts:178
↓ 7 callersFunctionparseToolListFromCLI
(tools: string[])
src/utils/permissions/permissionSetup.ts:930
↓ 7 callersFunctionprintExistingLog
( path: string, options: StreamLogOptions = {}, )
src/cli/bg.ts:596
↓ 7 callersFunctionprintLog
Print a permanent log line, clearing status first and restoring after.
src/bridge/bridgeUI.ts:134
↓ 7 callersFunctionprocessQueue
()
src/utils/sequential.ts:25
↓ 7 callersFunctionprocessResumedConversation
( result: ResumeLoadResult, opts: { forkSession: boolean sessionIdOverride?: string transcript
src/utils/sessionRestore.ts:429
↓ 7 callersFunctionprojectSettingsPath
()
src/components/TrustDialog/utils.ts:11
↓ 7 callersFunctionpushToKillRing
( text: string, direction: 'prepend' | 'append' = 'append', )
src/utils/Cursor.ts:26
↓ 7 callersFunctionqueryModelWithoutStreaming
({ messages, systemPrompt, thinkingConfig, tools, signal, options, }: { messages: Message[] sy
src/services/api/claude.ts:731
↓ 7 callersFunctionreadConfiguredBaseUrl
(value: string | undefined)
src/utils/statusNoticeLocalModel.ts:140
↓ 7 callersFunctionreadEntries
(path: string)
src/commands/branch/branch.test.ts:215
↓ 7 callersFunctionreadMailbox
( agentName: string, teamName?: string, )
src/utils/teammateMailbox.ts:84
↓ 7 callersFunctionreadSource
(filename: string)
src/screens/replFallbackModelProp.test.ts:26
↓ 7 callersFunctionreadTeamFileAsync
( teamName: string, )
src/utils/swarm/teamHelpers.ts:147
↓ 7 callersFunctionreadXaiCredentialsAsync
()
src/utils/xaiCredentials.ts:113
↓ 7 callersFunctionredactSensitiveInfo
(text: string)
src/components/Feedback.tsx:72
↓ 7 callersFunctionredactUrlCredentials
* Redact userinfo (username:password) in a URL to avoid logging credentials. * * Marketplace URLs may embed credentials (e.g. GitHub PATs in * `htt
src/utils/plugins/marketplaceManager.ts:1300
↓ 7 callersFunctionredactUrlForDiagnostics
(url: string)
src/services/api/openaiShim.ts:231
↓ 7 callersFunctionregisterModel
(d: ModelDescriptor)
src/integrations/registry.ts:87
↓ 7 callersFunctionrejectOnce
(error: Error)
src/services/mcp/auth.ts:1081
↓ 7 callersFunctionrenderControlCenterHtml
(status, options = {})
vscode-extension/openclaude-vscode/src/extension.js:632
↓ 7 callersFunctionrenderDefaultModelSetting
( setting: ModelName | ModelAlias, )
src/utils/model/model.ts:532
↓ 7 callersFunctionrenderStatusLine
Render and write the current status lines based on state.
src/bridge/bridgeUI.ts:188
↓ 7 callersFunctionrequireComputerUseSwift
()
src/utils/computerUse/swiftLoader.ts:15
↓ 7 callersFunctionresetProjectForTesting
()
src/utils/sessionStorage.ts:507
↓ 7 callersFunctionresetSessionCacheStats
()
src/services/api/cacheStatsTracker.ts:118
↓ 7 callersFunctionresolveAutoCompactCircuitBreakerState
(args: { tracking?: Pick< AutoCompactTrackingState, 'consecutiveFailures' | 'nextRetryAtMs' | 'lastF
src/services/compact/autoCompact.ts:110
↓ 7 callersFunctionresolveBackupPath
(backupFileName: string, sessionId?: string)
src/utils/fileHistory.ts:730
↓ 7 callersFunctionresolveFooterStatusLine
(settings: ReadonlySettings, guards: { isPromptMode: boolean; isShort: boolean; exitMessageShown: boolea
src/components/PromptInput/PromptInputFooter.tsx:34
↓ 7 callersFunctionresolveGeminiCredential
( env: NodeJS.ProcessEnv = process.env, deps: ResolveGeminiCredentialDeps = {}, )
src/utils/geminiAuth.ts:196
↓ 7 callersFunctionresolveOpenAIShimReasoningRequestPlan
(options: { model: string requestedEffort?: OpenAIEffortLevel requestThinkingType?: string defaultThin
src/utils/effort.ts:559
↓ 7 callersFunctionresolveRef
( gitDir: string, ref: string, )
src/utils/git/gitFilesystem.ts:203
↓ 7 callersFunctionrestoreDangerousPermissions
( context: ToolPermissionContext, )
src/utils/permissions/permissionSetup.ts:568
↓ 7 callersMethodreturn
()
src/utils/stream.ts:69
↓ 7 callersFunctionrouteSupportsApiFormatSelection
(routeId: string)
src/integrations/routeMetadata.ts:785
↓ 7 callersFunctionrun
(chunks: unknown[])
src/services/api/openaiShim.xmlToolCalls.test.ts:189
↓ 7 callersFunctionrunPostCompactCleanup
(querySource?: QuerySource)
src/services/compact/postCompactCleanup.ts:30
↓ 7 callersFunctionsafelyAccess
(fn: () => T)
src/entrypoints/sdk/stubLeakDetection.ts:24
↓ 7 callersFunctionsanitizeEnvForGit
( env: NodeJS.ProcessEnv, )
src/utils/plugins/gitEnv.ts:26
↓ 7 callersFunctionsaveMode
(mode: 'coordinator' | 'normal')
src/utils/sessionStorage.ts:3244
↓ 7 callersFunctionsaveWorktreeState
( worktreeSession: PersistedWorktreeSession | null, )
src/utils/sessionStorage.ts:3254
↓ 7 callersFunctionscan
(from: number, dir: 1 | -1, pred: (i: number) => boolean = isVisible)
src/components/VirtualMessageList.tsx:353
↓ 7 callersFunctionscanAndSaveConventions
(cwd: string)
src/services/wiki/conventions.ts:396
↓ 7 callersFunctionsetEligibility
(v: boolean)
src/services/remoteManagedSettings/syncCacheState.ts:46
↓ 7 callersMethodsetEngine
Late-bind the engine (used by query() which creates QueryImpl before the engine).
src/entrypoints/sdk/query.ts:442
↓ 7 callersFunctionsetInlinePlugins
(plugins: Array<string>)
src/bootstrap/state.ts:1177
↓ 7 callersMethodsetMargin
(edge: LayoutEdge, value: number)
src/ink/layout/yoga.ts:276
↓ 7 callersMethodsetMcpClients
(clients: unknown[])
tests/sdk/helpers/mock-engine.ts:69
↓ 7 callersFunctionsetNeedsPlanModeExitAttachment
(value: boolean)
src/bootstrap/state.ts:1296
↓ 7 callersMethodsetPadding
(edge: LayoutEdge, value: number)
src/ink/layout/yoga.ts:279
↓ 7 callersFunctionsetUserMsgOptIn
(value: boolean)
src/bootstrap/state.ts:1046
↓ 7 callersFunctionsettings
( overrides: Partial<AccountSettings> = {}, )
src/services/api/grove.test.ts:11
↓ 7 callersFunctionshouldExitForStartupProviderValidationError
(options: { args?: string[] stdoutIsTTY?: boolean } = {})
src/utils/providerValidation.ts:633
↓ 7 callersFunctionshouldIncludeFirstPartyOnlyBetas
()
src/utils/betas.ts:217
↓ 7 callersFunctionshouldPromptCompactOnResume
( messages: Message[], model: string, isNonInteractiveSession: boolean, )
src/services/compact/resumeCompactPrompt.ts:16
↓ 7 callersFunctionshouldRunAutoFix
( toolName: string, config: AutoFixConfig | null, )
src/services/autoFix/autoFixHook.ts:6
↓ 7 callersFunctionshouldRunStartupChecks
(options: { isRemoteSession: boolean; hasStarted: boolean; hasHadFirstSubmission: boolean; })
src/screens/replStartupGates.ts:26
↓ 7 callersFunctionshouldSuppressSubagentsInCopilotMode
()
src/utils/copilotOptimization.ts:69
↓ 7 callersFunctionsinkWrite
(s: Sink, src: Buffer, start: number, end: number)
src/utils/sessionStoragePortable.ts:521
↓ 7 callersFunctionsliceBytes
(P: ParseState, startByte: number, endByte: number)
src/utils/bash/bashParser.ts:677
↓ 7 callersFunctionstop
()
src/components/ScrollKeybindingHandler.tsx:650
↓ 7 callersFunctionstripAllLeadingEnvVars
( command: string, blocklist?: RegExp, )
src/tools/BashTool/bashPermissions.ts:710
↓ 7 callersFunctionstripBOM
(content: string)
src/utils/jsonRead.ts:14
↓ 7 callersFunctionstripDangerousPermissionsForAutoMode
( context: ToolPermissionContext, )
src/utils/permissions/permissionSetup.ts:517
↓ 7 callersFunctionstripSafeWrappers
(command: string)
src/tools/BashTool/bashPermissions.ts:501
↓ 7 callersMethodsubmitMessage
( prompt: string | ContentBlockParam[], options?: { uuid?: string; isMeta?: boolean }, )
src/QueryEngine.ts:213
↓ 7 callersFunctionsuggestionForExactCommand
* Generate permission update suggestion for exact command match. * * Skip exact-command suggestion for commands that can't round-trip cleanly: * -
src/tools/PowerShellTool/powershellPermissions.ts:173
↓ 7 callersFunctionsupported
(partial: Partial<CacheMetrics>)
src/commands/cacheStats/cacheStats.test.ts:21
↓ 7 callersFunctionsystemBlock
( text: string, cacheControl?: Record<string, unknown>, )
src/services/api/promptCacheBreakDetection.test.ts:136
↓ 7 callersFunctiontext
(value: string)
src/commands/lsp/lsp.ts:265
↓ 7 callersFunctiontimestamp
()
src/bridge/bridgeStatusUtil.ts:23
↓ 7 callersFunctiontoCompatSessionId
(id: string)
src/bridge/sessionIdCompat.ts:38
↓ 7 callersMethodtrackWrite
(fn: () => Promise<T>)
src/utils/sessionStorage.ts:623
↓ 7 callersFunctiontrimExcerpt
(content: string)
scripts/pr-intent-scan.ts:103
↓ 7 callersFunctionuid
(s: string)
src/services/contextCollapse/persist.test.ts:4
↓ 7 callersFunctionunionRect
(a: Rectangle, b: Rectangle)
src/ink/layout/geometry.ts:63
↓ 7 callersFunctionunmount
()
src/ink/root.ts:99
↓ 7 callersFunctionupdateProgress
()
src/utils/processUserInput/processSlashCommand.tsx:210
↓ 7 callersFunctionupdateTask
( taskListId: string, taskId: string, updates: Partial<Omit<Task, 'id'>>, )
src/utils/tasks.ts:370
↓ 7 callersFunctionuseDoublePress
( setPending: (pending: boolean) => void, onDoublePress: () => void, onFirstPress?: () => void, )
src/hooks/useDoublePress.ts:8
↓ 7 callersFunctionuseSearchInput
({ isActive, onExit, onCancel, onExitUp, columns, passthroughCtrlKeys = [], initialQuery = '',
src/hooks/useSearchInput.ts:84
↓ 7 callersFunctionuserMessage
(content: string)
src/utils/tokens.test.ts:39
↓ 7 callersFunctionuserWithToolResult
* Helper: build a user message with a tool_result block.
src/services/compact/microCompact.test.ts:33
↓ 7 callersFunctionwaitFor
(condition: () => boolean)
src/cli/bg.test.ts:69
↓ 7 callersFunctionwithTempFile
( name: string, run: (path: string) => Promise<T>, )
src/cli/bg.test.ts:77
↓ 7 callersFunctionwithTimeoutSignal
(timeoutMs: number)
src/utils/providerDiscovery.ts:18
← previousnext →1,501–1,600 of 15,760, ranked by callers