MCPcopy Create free account

hub / github.com/Gitlawb/openclaude / functions

Functions15,760 in github.com/Gitlawb/openclaude

↓ 15 callersFunctionisIdentStart
(c: string)
src/utils/bash/bashParser.ts:226
↓ 15 callersFunctionmakeGateway
(id: string, overrides?: Partial<import('./descriptors.js').GatewayDescriptor>)
src/integrations/registry.test.ts:62
↓ 15 callersFunctionmakeTip
(id: string, sponsored = false)
src/services/tips/tipScheduler.test.ts:62
↓ 15 callersFunctionmakeTool
(name: string)
tests/sdk/engine-mutators.test.ts:37
↓ 15 callersFunctionmarkForSnip
(shortIds: string[], messages: any[])
src/services/compact/snipCompact.ts:38
↓ 15 callersFunctionmaskSecretForDisplay
( value: string | null | undefined, )
src/utils/providerSecrets.ts:211
↓ 15 callersFunctionparseStatements
* Parse a sequence of statements separated by ; & newline. Returns a flat list * where ; and & are sibling leaves (NOT wrapped in 'list' — only && ||
src/utils/bash/bashParser.ts:769
↓ 15 callersFunctionparseWord
* Parse a word-position element: bare word, string, expansion, or concatenation * thereof. Returns a single node; if multiple adjacent fragments, wra
src/utils/bash/bashParser.ts:2008
↓ 15 callersFunctionrecordTranscript
( messages: Message[], teamInfo?: TeamInfo, startingParentUuidHint?: UUID, allMessages?: readonly Mess
src/utils/sessionStorage.ts:1503
↓ 15 callersFunctionrename
(oldPath, newPath)
src/utils/fsOperations.ts:446
↓ 15 callersFunctionrender
( node: ReactNode, options?: NodeJS.WriteStream | RenderOptions, )
src/ink.ts:18
↓ 15 callersFunctionresolve
(value: T)
src/hooks/toolPermission/PermissionContext.ts:84
↓ 15 callersFunctionresolveAgentRunModelRouting
({ resolvedAgentModel, parentModel, toolSpecifiedModel, agentName, subagentType, agentDefinitionMo
src/services/api/agentRouting.ts:174
↓ 15 callersFunctionresolveExistingPluginComponentPath
( pluginPath: string, componentPath: string, )
src/utils/plugins/pluginLoader.ts:1368
↓ 15 callersFunctionrunExport
(args: string, messages: unknown[] = defaultMessages())
src/commands/export/export.test.ts:42
↓ 15 callersFunctionsleep
(ms: number)
src/utils/skills/skillChangeDetector.test.ts:72
↓ 15 callersFunctionstatSync
(fsPath)
src/utils/fsOperations.ts:454
↓ 15 callersFunctiontokenCountWithEstimation
(messages: readonly Message[])
src/utils/tokens.ts:572
↓ 15 callersFunctiontuc
()
src/utils/computerUse/wrapper.tsx:51
↓ 15 callersFunctionvalidateBridgeId
(id: string, label: string)
src/bridge/bridgeApi.ts:48
↓ 15 callersFunctionwithTempDir
( fn: (dir: string) => Promise<T>, prefix: string = 'sdk-test', )
tests/sdk/helpers/query-test-doubles.ts:24
↓ 15 callersFunctionwrapInSystemReminder
(content: string)
src/utils/messages.ts:3376
↓ 15 callersFunctionwriteFileSync_DEPRECATED
( filePath: string, data: string | NodeJS.ArrayBufferView, options?: WriteFileOptionsWithFlush, )
src/utils/slowOperations.ts:248
↓ 14 callersFunction_setHistoryCapForTesting
(cap: number)
src/services/api/cacheStatsTracker.ts:163
↓ 14 callersFunctionasFetch
(fetchImpl: FetchImpl)
src/utils/providerAutoDetect.test.ts:390
↓ 14 callersFunctionassistantMessage
( uuid: UUID, parentUuid: UUID | null, content: string, timestamp = ts, )
src/commands/branch/branch.test.ts:95
↓ 14 callersMethodbuild
* Build the final ReplayIndex with summary statistics.
src/utils/replayIndexBuilder.ts:172
↓ 14 callersFunctionbuildOpenAIProfileEnv
(options: { goal: RecommendationGoal model?: string | null baseUrl?: string | null apiKey?: string | n
src/utils/providerProfile.ts:773
↓ 14 callersFunctioncall
(args, context)
src/commands/lsp/lsp.ts:236
↓ 14 callersFunctioncaptureChatCompletionRequest
( model = 'mimo-v2.5-pro', )
src/services/api/openaiShim.test.ts:133
↓ 14 callersFunctioncellAt
(screen: Screen, x: number, y: number)
src/ink/screen.ts:593
↓ 14 callersFunctionclearSessionContextWindowOverride
(model?: string)
src/utils/context.ts:106
↓ 14 callersFunctioncreateMessage
(role: string, content: string, createdAt: number = Date.now())
src/utils/hybridContextStrategy.test.ts:10
↓ 14 callersFunctioncreateModel
(id: string)
src/integrations/discoveryCache.test.ts:29
↓ 14 callersFunctionfreshImport
()
src/services/tips/sponsoredTips.test.ts:42
↓ 14 callersFunctiongetAttributionTexts
()
src/utils/attribution.ts:111
↓ 14 callersFunctiongetCurrentWorktreeSession
()
src/utils/worktree.ts:158
↓ 14 callersFunctiongetDefaultOptionForUser
(fastMode = false)
src/utils/model/modelOptions.ts:80
↓ 14 callersFunctiongetKairosActive
()
src/bootstrap/state.ts:1023
↓ 14 callersFunctiongetPluginsDirectory
()
src/utils/plugins/pluginDirectories.ts:53
↓ 14 callersFunctiongetRouteCredentialEnvVars
( routeId: string, )
src/integrations/routeMetadata.ts:662
↓ 14 callersFunctiongetWikiPaths
(cwd: string)
src/services/wiki/paths.ts:7
↓ 14 callersFunctiongit
(cwd: string, args: string[])
scripts/pr-intent-scan.test.ts:18
↓ 14 callersFunctionhasDangerousExpansion
* Checks if a redirection target contains shell expansion syntax that could * bypass path validation. These require manual approval for security. *
src/utils/bash/commands.ts:830
↓ 14 callersFunctionhasEmbeddedSearchTools
()
src/utils/embeddedTools.ts:15
↓ 14 callersFunctionhasProgressMessage
* Guard: checks if progress data has a `message` field (agent_progress or * skill_progress). Other progress types (e.g. bash_progress forwarded from
src/tools/AgentTool/UI.tsx:37
↓ 14 callersFunctionimportFreshResumeModule
()
src/commands/resume/resume.test.tsx:28
↓ 14 callersMethodisAtEnd
()
src/utils/Cursor.ts:1024
↓ 14 callersFunctionisFastModeAvailable
()
src/utils/fastMode.ts:45
↓ 14 callersFunctionisMcpServerDisabled
(name: string)
src/services/mcp/config.ts:1528
↓ 14 callersFunctionisOpus1mMergeEnabled
()
src/utils/model/model.ts:548
↓ 14 callersFunctionloadInstalledPluginsV2
()
src/utils/plugins/installedPluginsManager.ts:315
↓ 14 callersFunctionlogPluginFetch
( source: PluginFetchSource, urlOrSpec: string | undefined, outcome: PluginFetchOutcome, durationMs: n
src/utils/plugins/fetchTelemetry.ts:79
↓ 14 callersFunctionlogSuggestionSuppressed
( reason: string, suggestion?: string, promptId?: PromptVariant, source?: 'cli' | 'sdk', )
src/services/PromptSuggestion/promptSuggestion.ts:499
↓ 14 callersFunctionmakeContext
(goal = createGoalState('finish implementation'))
src/services/goal/controller.test.ts:24
↓ 14 callersFunctionmakeDependencies
(overrides: McpDoctorDependencyOverrides = {})
src/services/mcp/doctor.test.ts:93
↓ 14 callersFunctionnormalizeMessagesForAPI
( messages: Message[], tools: Tools = [], )
src/utils/messages.ts:2194
↓ 14 callersFunctiononProgress
(lastLines, allLines, totalLines, totalBytes, isIncomplete)
src/tools/BashTool/BashTool.tsx:920
↓ 14 callersFunctiononReject
(feedback)
src/hooks/useSSHSession.ts:143
↓ 14 callersFunctionparseXmlToolCalls
(text: string)
src/services/api/openaiShim.ts:1680
↓ 14 callersFunctionpathInWorkingPath
(path: string, workingPath: string)
src/utils/permissions/filesystem.ts:791
↓ 14 callersFunctionreadStringField
( payload: Record<string, unknown>, keys: string[], )
src/utils/hookChains.ts:337
↓ 14 callersFunctionrelativizeContentLine
( line: string, root: string = getCwd(), )
src/utils/path.ts:124
↓ 14 callersFunctionrequestPermissionModeChange
({ mode, toolPermissionContext, onApply, onBlocked, allowDangerousModeConfirmation = true, allowSe
src/utils/permissions/permissionModeChange.ts:50
↓ 14 callersFunctionresetState
(settings: StubSettings = {}, numStartups = 100)
src/services/tips/sponsoredTips.test.ts:50
↓ 14 callersFunctionrunAgent
({ agentDefinition, promptMessages, toolUseContext, canUseTool, isAsync, canShowPermissionPrompts,
src/tools/AgentTool/runAgent.ts:246
↓ 14 callersFunctionsanitizeForAds
(text: string)
src/services/ads.ts:69
↓ 14 callersFunctionscanAddedLines
(lines: DiffLine[])
scripts/pr-intent-scan.ts:369
↓ 14 callersFunctionsetClipboard
(text: string)
src/ink/termio/osc.ts:140
↓ 14 callersFunctiontoIDEDisplayName
(terminal: string | null)
src/utils/ide.ts:1214
↓ 14 callersFunctionuseSelectedMessageBg
()
src/components/messageActions.tsx:212
↓ 14 callersFunctionuseSettings
(settings: SettingsJson)
src/utils/attribution.test.ts:75
↓ 14 callersFunctionuseTerminalFocus
()
src/ink/hooks/use-terminal-focus.ts:13
↓ 14 callersFunctionuseWizard
()
src/components/wizard/useWizard.ts:5
↓ 14 callersFunctionuserMessage
( uuid: UUID, parentUuid: UUID | null, content: string, timestamp = ts, )
src/commands/branch/branch.test.ts:71
↓ 14 callersFunctionwrapForMultiplexer
(sequence: string)
src/ink/termio/osc.ts:37
↓ 13 callersFunctionaddToTotalSessionCost
( cost: number, usage: Usage, model: string, )
src/cost-tracker.ts:336
↓ 13 callersFunctionallConfig
( servers: Record<string, ScopedMcpServerConfig> = {}, errors: AllConfigResult['errors'] = [], )
src/services/mcp/doctor.test.ts:43
↓ 13 callersFunctionasNumber
(value: unknown)
src/services/api/cacheMetrics.ts:112
↓ 13 callersFunctionassertValidSessionId
(sessionId: string)
src/entrypoints/sdk/shared.ts:23
↓ 13 callersFunctionbuildAnthropicUsageFromRawUsage
( raw: RawUsage, )
src/services/api/cacheMetrics.ts:397
↓ 13 callersFunctionbuildPropertiesWithRealProvider
()
src/utils/status.routes.test.ts:83
↓ 13 callersFunctioncheckVisionCapabilityForFile
( filePath: string, mainLoopModel: string, options?: { routeId?: string; baseUrl?: string }, )
src/utils/visionUtils.ts:186
↓ 13 callersMethodclear
()
src/bridge/bridgeMessaging.ts:462
↓ 13 callersFunctioncreateAgent
( agentType: string, source: AgentDefinition['source'] = 'userSettings', )
src/components/agents/AgentsMenu.test.tsx:78
↓ 13 callersFunctioncreateDefaultCanUseTool
( _permissionContext: ToolPermissionContext, logger?: SDKLogger, )
src/entrypoints/sdk/permissions.ts:615
↓ 13 callersFunctioncreateFakeDeps
({ tree, files = {}, onRead, throwAfterRead = true, }: { tree: Record<string, TestDirent[]> files?
src/memdir/memoryScan.test.ts:83
↓ 13 callersFunctioncreateGeminiVertexClient
(options: GeminiVertexClientOptions)
src/services/api/geminiVertexClient.ts:608
↓ 13 callersFunctioncreateTestStreams
()
src/components/ExportDialog.test.tsx:27
↓ 13 callersFunctiondefineVendor
(d: VendorDescriptor)
src/integrations/define.ts:14
↓ 13 callersFunctionensureArray
* Ensure a value is an array. PowerShell 5.1's ConvertTo-Json may unwrap * single-element arrays into plain objects.
src/utils/powershell/parser.ts:703
↓ 13 callersFunctionexecuteHooks
* Common logic for executing hooks * @param hookInput The structured hook input that will be validated and converted to JSON * @param toolUseID The
src/utils/hooks.ts:2154
↓ 13 callersFunctionfirstUsableCredential
(value: string | undefined)
src/services/api/credentialPool.ts:118
↓ 13 callersFunctiongetAutoCompactFailureCooldownMs
()
src/services/compact/autoCompact.ts:94
↓ 13 callersMethodgetComputedWidth
()
src/ink/layout/yoga.ts:116
↓ 13 callersFunctiongetKnownProviderSecretEnvKeys
()
src/utils/providerSecrets.ts:71
↓ 13 callersFunctiongetLocalOpenAICompatibleProviderLabel
(baseUrl?: string)
src/utils/providerDiscovery.ts:161
↓ 13 callersFunctiongetMessagesAfterCompactBoundary
(messages: T[], options?: { includeSnipped?: boolean })
src/utils/messages.ts:4928
↓ 13 callersMethodgetPosition
()
src/utils/Cursor.ts:1070
↓ 13 callersFunctiongetRemoteSessionUrl
( sessionId: string, ingressUrl?: string, )
src/constants/product.ts:123
← previousnext →601–700 of 15,760, ranked by callers