MCPcopy Create free account

hub / github.com/Gitlawb/openclaude / functions

Functions15,760 in github.com/Gitlawb/openclaude

↓ 13 callersFunctiongetSecureStorageServiceName
( serviceSuffix: string = '', )
src/utils/secureStorage/macOsKeychainHelpers.ts:33
↓ 13 callersFunctiongetShortcutDisplay
( action: string, context: KeybindingContextName, fallback: string, )
src/keybindings/shortcutFormat.ts:38
↓ 13 callersFunctiongetSystemPrompt
( tools: Tools, model: string, additionalWorkingDirectories?: string[], mcpClients?: MCPServerConnecti
src/constants/prompts.ts:440
↓ 13 callersFunctiongetTeammateColor
()
src/utils/teammate.ts:138
↓ 13 callersFunctiongetValueFromInput
(input: string)
src/components/PromptInput/inputModes.ts:23
↓ 13 callersFunctionimportExportDialog
()
src/components/ExportDialog.test.tsx:21
↓ 13 callersMethodisConfigured
Returns true when the env vars / config needed for this provider are present
src/tools/WebSearchTool/providers/types.ts:38
↓ 13 callersFunctionisInBundledMode
()
src/utils/bundledMode.ts:16
↓ 13 callersFunctionisModelAllowed
(model: string)
src/utils/model/modelAllowlist.ts:100
↓ 13 callersFunctionline
(content: string, overrides: Partial<DiffLine> = {})
scripts/pr-intent-scan.test.ts:9
↓ 13 callersFunctionlistTasks
(taskListId: string)
src/utils/tasks.ts:443
↓ 13 callersFunctionloadAllPlugins
()
src/commands/plugin/DiscoverPlugins.tsx:124
↓ 13 callersFunctionloadInstalledPluginsFromDisk
()
src/utils/plugins/installedPluginsManager.ts:502
↓ 13 callersFunctionloadPresentation
()
vscode-extension/openclaude-vscode/src/presentation.test.js:4
↓ 13 callersFunctionlogDebug
(message: string)
src/services/api/filesApi.ts:44
↓ 13 callersFunctionmakeContext
( opts: { goal?: AppState['goal'] todos?: AppState['todos'] } = {}, )
src/commands/resume/resume.test.tsx:37
↓ 13 callersFunctionmarkDirty
(node?: DOMNode)
src/ink/dom.ts:396
↓ 13 callersFunctionmemoizeWithLRU
( f: (...args: Args) => Result, cacheFn: (...args: Args) => string, maxCacheSize: number = 100, )
src/utils/memoize.ts:234
↓ 13 callersFunctionmodelSupports1M
(model: string)
src/utils/context.ts:150
↓ 13 callersMethodmodifyText
(end: Cursor, insertString: string = '')
src/utils/Cursor.ts:869
↓ 13 callersFunctionnavigateToPreset
( stdin: { write: (data: string) => void }, label: (typeof PRESET_ORDER)[number], )
src/components/ProviderManager.test.tsx:149
↓ 13 callersFunctionnormalizeLegacyToolName
(name: string)
src/utils/permissions/permissionRuleParser.ts:31
↓ 13 callersFunctionnormalizeRecommendationGoal
( goal: string | null | undefined, )
src/utils/providerRecommendation.ts:201
↓ 13 callersFunctionparseChatgptAccountId
( token: string | undefined, )
src/services/api/codexOAuthShared.ts:89
↓ 13 callersFunctionrefreshCopilotTokenOn401
()
src/utils/githubModelsCredentials.ts:238
↓ 13 callersFunctionrenderModelCommandWithCapturedPicker
( suffix: string, options?: { initialState?: unknown onDone?: (message?: string, options?: { displ
src/commands/model/model.test.tsx:334
↓ 13 callersMethodrequest
* Send an authenticated HTTP request to CCR. Handles auth headers, * 409 epoch mismatch, and error logging. Returns { ok: true } on 2xx. * On 42
src/cli/transports/ccrClient.ts:612
↓ 13 callersMethodreset
()
src/utils/sandbox/sandbox-adapter.ts:939
↓ 13 callersFunctionresetSessionFilePointer
()
src/utils/sessionStorage.ts:1607
↓ 13 callersFunctionresolveAgentModelProvider
( modelName: string | undefined, settings: SettingsJson | null, )
src/services/api/agentRouting.ts:145
↓ 13 callersFunctionresolveGitDir
( startPath?: string, )
src/utils/git/gitFilesystem.ts:40
↓ 13 callersFunctionresolveOnce
(allow: boolean)
src/screens/REPL.tsx:2476
↓ 13 callersFunctionsafeCallProgress
* Safely invoke a progress callback, catching and logging any errors. * Prevents callback errors from aborting marketplace operations. * * @param o
src/utils/plugins/marketplaceManager.ts:1094
↓ 13 callersFunctionsafeDisplayValue
( value: string | null | undefined, fallback: string, )
scripts/system-check.ts:294
↓ 13 callersFunctionsemanticBoolean
( inner: T = z.boolean() as unknown as T, )
src/utils/semanticBoolean.ts:22
↓ 13 callersFunctionshowSetupDialog
(root: Root, renderer: (done: (result: T) => void) => React.ReactNode, options?: { onChangeAppState?: typeof
src/interactiveHelpers.tsx:88
↓ 13 callersFunctionsnipCompactIfNeeded
( messages: any[], )
src/services/compact/snipCompact.ts:101
↓ 13 callersFunctionstr
(k: string)
src/components/messageActions.tsx:69
↓ 13 callersFunctionsymlink
(name: string)
src/memdir/memoryScan.test.ts:48
↓ 13 callersMethodtrackToolEnd
* Track the completion of a tool execution.
src/utils/replayIndexBuilder.ts:94
↓ 13 callersFunctionuid
(s: string)
src/services/contextCollapse/operations.test.ts:6
↓ 13 callersFunctionuniq
(xs: Iterable<T>)
src/utils/array.ts:11
↓ 13 callersFunctionuseRegisterOverlay
(id: string, t0?: boolean)
src/context/overlayContext.tsx:38
↓ 13 callersFunctionuser
(uuid: string, content: string, parentUuid: string | null = null)
src/utils/conversationRecovery.test.ts:44
↓ 13 callersFunctionvalidateUuid
(maybeUuid: unknown)
src/utils/uuid.ts:12
↓ 12 callersFunction_clearRegistryForTesting
()
src/integrations/registry.ts:443
↓ 12 callersFunctionaddContributor
( contributors: RequestSizeContributor[], label: string, kind: ContributorKind, tokens: number, deta
src/utils/requestSizeBreakdown.ts:81
↓ 12 callersFunctionasSessionId
(id: string)
src/types/ids.ts:23
↓ 12 callersFunctionassistantWithToolUses
(...ids: string[])
src/utils/messages.toolPairingDiagnostics.test.ts:11
↓ 12 callersFunctionbuildProfile
( overrides: Partial<ProviderProfile> = {}, )
src/utils/providerFallback.test.ts:17
↓ 12 callersFunctioncleanup
()
src/services/api/claude.ts:2056
↓ 12 callersFunctioncreateNavKey
(s: string, name: string, ctrl: boolean)
src/ink/parse-keypress.ts:887
↓ 12 callersFunctiondeserializeMessages
(serializedMessages: Message[])
src/utils/conversationRecovery.ts:293
↓ 12 callersFunctionexecaResult
(overrides: Partial<MockExecaResult> = {})
src/utils/secureStorage/platformStorage.test.ts:28
↓ 12 callersFunctionexecuteHooksOutsideREPL
* Execute hooks outside of the REPL (e.g. notifications, session end) * * Unlike executeHooks() which yields messages that are exposed to the model
src/utils/hooks.ts:3205
↓ 12 callersFunctionexpectTextResult
(result: LocalCommandResult)
src/commands/goal/goal.test.ts:14
↓ 12 callersFunctionextractCacheReadFromRawUsage
(usage: RawUsage)
src/services/api/cacheMetrics.ts:303
↓ 12 callersFunctionextractGitHubRepoSlug
(value: string)
src/commands/install-github-app/repoSlug.ts:1
↓ 12 callersFunctionextractHits
(raw: any, jsonPath?: string)
src/tools/WebSearchTool/providers/custom.ts:559
↓ 12 callersFunctionfile
(relative: string)
src/__tests__/security-hardening.test.ts:16
↓ 12 callersFunctionformatCacheMetricsCompact
( metrics: CacheMetrics | undefined | null, )
src/services/api/cacheMetrics.ts:489
↓ 12 callersFunctionformatDuration
Format a millisecond duration as a human-readable string (e.g. "5m 30s").
src/bridge/jwtUtils.ts:8
↓ 12 callersFunctionformatPathLink
* Format a file path as a clickable hyperlink. * * Paths containing spaces (e.g., "Application Support") are not clickable * in most terminals - th
src/commands/terminalSetup/terminalSetup.tsx:64
↓ 12 callersFunctiongetAllGateways
()
src/integrations/registry.ts:137
↓ 12 callersFunctiongetAllowedChannels
()
src/bootstrap/state.ts:1591
↓ 12 callersFunctiongetBranch
()
src/utils/git.ts:261
↓ 12 callersFunctiongetDefaultOpusModel
()
src/utils/model/model.ts:185
↓ 12 callersFunctiongetDirectoryForPath
(path: string)
src/utils/path.ts:158
↓ 12 callersFunctiongetModeColor
(mode: PermissionMode)
src/utils/permissions/PermissionMode.ts:152
↓ 12 callersFunctiongetPathsForPermissionCheck
(inputPath: string)
src/utils/fsOperations.ts:295
↓ 12 callersFunctiongetPlan
(agentId?: AgentId)
src/utils/plans.ts:152
↓ 12 callersFunctiongetPlanFilePath
(agentId?: AgentId)
src/utils/plans.ts:136
↓ 12 callersFunctiongetPluginErrorMessage
(error: PluginError)
src/types/plugin.ts:297
↓ 12 callersFunctiongetSessionIngressAuthToken
()
src/utils/sessionIngressAuth.ts:101
↓ 12 callersFunctiongetTeammateContext
()
src/utils/teammateContext.ts:47
↓ 12 callersFunctionglmModel
( id: string, label: string, contextWindow: number, maxOutputTokens: number, )
src/integrations/models/glm.ts:12
↓ 12 callersFunctionimportHookChainsModule
(options?: { allowRemoteSessions?: boolean })
src/utils/hookChains.test.ts:23
↓ 12 callersFunctioninitOrama
(cwd: string)
src/utils/knowledgeGraph.ts:187
↓ 12 callersFunctionisBilledAsExtraUsage
( model: string | null, isFastMode: boolean, isOpus1mMerged: boolean, )
src/utils/extraUsage.ts:4
↓ 12 callersFunctionisGithubNativeAnthropicMode
(resolvedModel?: string)
src/utils/model/providers.ts:100
↓ 12 callersFunctionisInsecureHttpBaseUrl
(baseUrl: string)
src/bridge/workSecret.ts:64
↓ 12 callersFunctionisLocalShellTask
(task: unknown)
src/tasks/LocalShellTask/guards.ts:34
↓ 12 callersFunctionisLoopbackOllamaEndpoint
(baseUrl: string | undefined)
src/utils/statusNoticeLocalModel.ts:85
↓ 12 callersFunctionisRemoteSessionStaging
( sessionId?: string, ingressUrl?: string, )
src/constants/product.ts:57
↓ 12 callersFunctionisSimpleTarget
(target: ParseEntry | undefined)
src/utils/bash/commands.ts:798
↓ 12 callersFunctionisTodoV2Enabled
()
src/utils/tasks.ts:133
↓ 12 callersMethodleft
()
src/utils/Cursor.ts:325
↓ 12 callersFunctionlistBackgroundSessions
()
src/cli/bgRegistry.ts:341
↓ 12 callersFunctionloadConversationForResume
( source: string | LogOption | undefined, sourceJsonlFile: string | undefined, )
src/utils/conversationRecovery.ts:694
↓ 12 callersFunctionlogAutoModeOutcome
* Telemetry helper for tengu_auto_mode_outcome. All string fields are * enum-like values (outcome, model name, classifier type, failure kind) — * ne
src/utils/permissions/yoloClassifier.ts:1533
↓ 12 callersFunctionmakeChatCompletionResponse
(model: string)
src/services/api/openaiShim.test.ts:110
↓ 12 callersFunctionmakeContext
(initialGoal: AppState['goal'] = null)
src/commands/goal/goal.test.ts:19
↓ 12 callersFunctionmakeHarness
( initialCache: Cfg | null = { n: 0 }, initialPersisted: Cfg = initialCache ?? { n: 0 }, )
src/utils/deferredConfigWrites.test.ts:15
↓ 12 callersFunctionmakeJwt
(payload: Record<string, unknown>)
src/utils/codexCredentials.test.ts:21
↓ 12 callersFunctionmodelDisplayString
(model: ModelSetting)
src/utils/model/model.ts:876
↓ 12 callersFunctionmodelSupportsThinking
(model: string)
src/utils/thinking.ts:118
↓ 12 callersFunctionparseCustomHeadersEnv
( value: string | undefined, )
src/utils/providerCustomHeaders.ts:93
↓ 12 callersFunctionpauseGoal
(goal: GoalState, now: string = nowIso())
src/services/goal/state.ts:58
↓ 12 callersFunctionpercentValue
(v: number)
src/native-ts/yoga-layout/index.ts:93
↓ 12 callersFunctionpermissionModeTitle
(mode: PermissionMode)
src/utils/permissions/PermissionMode.ts:130
← previousnext →701–800 of 15,760, ranked by callers