MCPcopy Create free account

hub / github.com/oboard/claude-code-rev / functions

Functions11,702 in github.com/oboard/claude-code-rev

↓ 2 callersFunctionisExtractModeActive
()
src/memdir/paths.ts:69
↓ 2 callersFunctionisFileWithinReadSizeLimit
( filePath: string, maxSizeBytes: number = MAX_OUTPUT_SIZE, )
src/utils/file.ts:547
↓ 2 callersFunctionisFoundationModel
(modelId: string)
src/utils/model/bedrock.ts:181
↓ 2 callersFunctionisGateEnabled
()
src/bridge/trustedDevice.ts:35
↓ 2 callersFunctionisGcpAuthRefreshFromProjectSettings
()
src/utils/auth.ts:874
↓ 2 callersFunctionisGeneratedFile
(filePath: string)
src/utils/generatedFiles.ts:85
↓ 2 callersFunctionisGitHubSshLikelyConfigured
* Check if SSH is likely to work for GitHub * This is a quick heuristic check that avoids the full clone timeout * * Uses StrictHostKeyChecking=yes
src/utils/plugins/marketplaceManager.ts:723
↓ 2 callersFunctionisGitInternalPath
* Checks if a path is a git-internal path (HEAD, objects/, refs/, hooks/).
src/tools/BashTool/readOnlyValidation.ts:1781
↓ 2 callersFunctionisHealthy
* Checks if the server is healthy and ready to handle requests. * * @returns true if state is 'running' AND the client has completed initializat
src/services/lsp/LSPServerInstance.ts:338
↓ 2 callersFunctionisHookEqual
( a: HookCommand | { type: 'function'; timeout?: number }, b: HookCommand | { type: 'function'; timeout?:
src/utils/hooks/hooksSettings.ts:33
↓ 2 callersFunctionisIDEExtensionInstalled
( ideType: IdeType, )
src/utils/ide.ts:852
↓ 2 callersFunctionisIdleNotification
* Check if a command value is an idle notification that should be hidden. * Idle notifications are processed silently without showing to the user.
src/components/PromptInput/PromptInputQueuedCommands.tsx:20
↓ 2 callersFunctionisIex
(name: string)
src/tools/PowerShellTool/powershellSecurity.ts:229
↓ 2 callersFunctionisImageBlock
(block: ContentBlockParam)
src/utils/mcpValidation.ts:55
↓ 2 callersFunctionisInTransientGitState
* Check if we're in a transient git state (merge, rebase, cherry-pick, or revert). * During these operations, we skip diff calculation since the work
src/utils/gitDiff.ts:307
↓ 2 callersFunctionisInternalHook
(matched: MatchedHook)
src/utils/hooks.ts:1440
↓ 2 callersFunctionisInvalidTypeIssue
* Helper type guards for specific Zod v4 issue types * In v4, issue types have different structures than v3
src/utils/settings/validation.ts:15
↓ 2 callersFunctionisInvalidValueIssue
(issue: ZodIssue)
src/utils/settings/validation.ts:23
↓ 2 callersFunctionisJsonLine
(line: string)
src/utils/streamJsonStdoutGuard.ts:14
↓ 2 callersFunctionisJsonlTranscriptEnabled
()
src/utils/permissions/yoloClassifier.ts:1379
↓ 2 callersFunctionisKeybindingBlockArray
* Type guard to check if an array contains only valid KeybindingBlocks.
src/keybindings/loadUserBindings.ts:108
↓ 2 callersFunctionisLabeledHookSummary
( msg: RenderableMessage, )
src/utils/collapseHookSummaries.ts:6
↓ 2 callersFunctionisLegacyModelRemapEnabled
()
src/utils/model/model.ts:574
↓ 2 callersFunctionisLocalMcpServer
(config: ScopedMcpServerConfig)
src/services/mcp/client.ts:563
↓ 2 callersFunctionisLocationLink
* Checks if an object is a LocationLink (has targetUri) vs Location (has uri)
src/tools/LSPTool/formatters.ts:119
↓ 2 callersFunctionisMainSessionTask
( task: unknown, )
src/tasks/LocalMainSessionTask.ts:307
↓ 2 callersFunctionisMainThreadSource
(querySource: QuerySource | undefined)
src/services/compact/microCompact.ts:249
↓ 2 callersFunctionisMarketplacePluginRelevant
( pluginName: string, context: TipContext | undefined, signals: { filePath?: RegExp; cli?: string[] }, )
src/services/tips/tipRegistry.ts:69
↓ 2 callersFunctionisMcpServerCommandEntry
( entry: AllowedMcpServerEntry | DeniedMcpServerEntry, )
src/utils/settings/types.ts:1156
↓ 2 callersFunctionisMcpServerDenied
* Check if an MCP server is denied by enterprise policy * Checks name-based, command-based, and URL-based restrictions * @param serverName The name
src/services/mcp/config.ts:364
↓ 2 callersFunctionisMcpServerUrlEntry
( entry: AllowedMcpServerEntry | DeniedMcpServerEntry, )
src/utils/settings/types.ts:1165
↓ 2 callersFunctionisMcpSessionExpiredError
(error: Error)
src/services/mcp/client.ts:193
↓ 2 callersFunctionisMemoryDirectory
(dirPath: string)
src/utils/memoryFileDetection.ts:152
↓ 2 callersFunctionisMinimalSession
(sessionId: string)
src/commands/insights.ts:2975
↓ 2 callersFunctionisModeSetRequest
( messageText: string, )
src/utils/teammateMailbox.ts:1048
↓ 2 callersFunctionisModelCapabilitiesEligible
()
src/utils/model/modelCapabilities.ts:46
↓ 2 callersFunctionisMouseTrackingEnabled
()
src/utils/fullscreen.ts:140
↓ 2 callersFunctionisMultiSessionSpawnEnabled
* GrowthBook gate for multi-session spawn modes (--spawn / --capacity / --create-session-in-dir). * Sibling of tengu_ccr_bridge_multi_environment (mu
src/bridge/bridgeMain.ts:96
↓ 2 callersFunctionisNormalizedCdCommand
(command: string)
src/tools/BashTool/bashPermissions.ts:2603
↓ 2 callersFunctionisNormalizedGitCommand
(command: string)
src/tools/BashTool/bashPermissions.ts:2567
↓ 2 callersFunctionisNotEmptyMessage
(message: Message)
src/utils/messages.ts:689
↓ 2 callersFunctionisNullRenderingAttachment
( msg: Message | NormalizedMessage, )
src/components/messages/nullRenderingAttachments.ts:63
↓ 2 callersFunctionisOfficialMarketplaceSkill
(command: PromptCommand)
src/tools/SkillTool/SkillTool.ts:935
↓ 2 callersFunctionisOpenAICompatibleProviderActive
()
src/utils/auth.ts:111
↓ 2 callersFunctionisOpenAICompatibleProviderType
(providerType: string | undefined)
src/services/api/client.ts:95
↓ 2 callersFunctionisOpeningContext
(chars: string[], index: number)
src/tools/FileEditTool/utils.ts:138
↓ 2 callersFunctionisOverlyBroadBashAllowRule
( ruleValue: PermissionRuleValue, )
src/utils/permissions/permissionSetup.ts:351
↓ 2 callersFunctionisOverlyBroadPowerShellAllowRule
( ruleValue: PermissionRuleValue, )
src/utils/permissions/permissionSetup.ts:365
↓ 2 callersFunctionisPathAllowed
* Checks if a resolved path is allowed for the given operation type. * Mirrors the logic in BashTool/pathValidation.ts isPathAllowed.
src/tools/PowerShellTool/pathValidation.ts:863
↓ 2 callersFunctionisPathGitignored
( filePath: string, cwd: string, )
src/utils/git/gitignore.ts:23
↓ 2 callersFunctionisPathInSandboxWriteAllowlist
(resolvedPath: string)
src/utils/permissions/pathValidation.ts:101
↓ 2 callersFunctionisPermissionExplainerEnabled
()
src/utils/permissions/permissionExplainer.ts:139
↓ 2 callersFunctionisPermissionUpdateDestination
* Type guard to check if a PermissionRuleSource is a valid PermissionUpdateDestination. * Sources like 'flagSettings', 'policySettings', and 'command
src/utils/permissions/permissionSetup.ts:456
↓ 2 callersFunctionisPlanModeRequired
()
src/utils/teammate.ts:149
↓ 2 callersFunctionisPlatformInEnabledList
* Check if the current platform is in the enabledPlatforms list. * * This is an undocumented setting that allows restricting sandbox to specific pla
src/utils/sandbox/sandbox-adapter.ts:505
↓ 2 callersMethodisPlatformInEnabledList
()
src/utils/sandbox/sandbox-adapter.ts:883
↓ 2 callersFunctionisPluginAgent
( agent: AgentDefinition, )
src/tools/AgentTool/loadAgentsDir.ts:180
↓ 2 callersFunctionisPrStatusEnabled
()
src/components/PromptInput/PromptInputFooterLeftSide.tsx:514
↓ 2 callersFunctionisPreapprovedHost
(hostname: string, pathname: string)
src/tools/WebFetchTool/preapproved.ts:154
↓ 2 callersFunctionisProcessRunning
* Check whether a process is still running (signal 0 probe). * * Note: there is a small window for PID reuse — if the owning process * exits and an
src/utils/computerUse/computerUseLock.ts:65
↓ 2 callersFunctionisProjectOnboardingComplete
()
src/projectOnboardingState.ts:43
↓ 2 callersFunctionisPromptTooLongMessage
(msg: AssistantMessage)
src/services/api/errors.ts:64
↓ 2 callersFunctionisProvablySafeStatement
(stmt: ParsedStatement)
src/tools/PowerShellTool/readOnlyValidation.ts:1072
↓ 2 callersFunctionisQueuedCommandEditable
(cmd: QueuedCommand)
src/utils/messageQueueManager.ts:359
↓ 2 callersFunctionisReadOnlyCommand
( command: string, parsed?: ParsedPowerShellCommand, )
src/tools/PowerShellTool/readOnlyValidation.ts:1168
↓ 2 callersFunctionisRealPathWithinTeamDir
* Check whether a real (symlink-resolved) path is within the real team * memory directory. Both sides are realpath'd so the comparison is between *
src/memdir/teamMemPaths.ts:183
↓ 2 callersFunctionisRecord
* Type guard to check if a value is a record object
src/utils/plugins/lspRecommendation.ts:108
↓ 2 callersFunctionisRedirectLiteralStart
* Can the current position start a redirect destination literal? * Returns false at redirect ops, terminators, or file-descriptor-prefixed ops * so
src/utils/bash/bashParser.ts:1588
↓ 2 callersFunctionisReverse
(dir: FlexDirection)
src/native-ts/yoga-layout/index.ts:315
↓ 2 callersFunctionisRunningWithBun
()
src/utils/bundledMode.ts:7
↓ 2 callersMethodisSandboxEnabledInSettings
()
src/utils/sandbox/sandbox-adapter.ts:886
↓ 2 callersFunctionisSandboxPermissionRequest
( messageText: string, )
src/utils/teammateMailbox.ts:650
↓ 2 callersMethodisSandboxRequired
()
src/utils/sandbox/sandbox-adapter.ts:890
↓ 2 callersFunctionisScratchpadPath
(absolutePath: string)
src/utils/permissions/filesystem.ts:410
↓ 2 callersFunctionisSessionPlanFile
(absolutePath: string)
src/utils/permissions/filesystem.ts:245
↓ 2 callersFunctionisSet
(value: any)
src/types/generated/google/protobuf/timestamp.ts:178
↓ 2 callersFunctionisShutdownRejected
( messageText: string, )
src/utils/teammateMailbox.ts:919
↓ 2 callersFunctionisShuttingDown
()
src/utils/gracefulShutdown.ts:367
↓ 2 callersFunctionisSpeculationEnabled
()
src/services/PromptSuggestion/speculation.ts:337
↓ 2 callersFunctionisStructuredProtocolMessage
(messageText: string)
src/utils/teammateMailbox.ts:1073
↓ 2 callersFunctionisSubstitutionCommand
* Pattern 2: Check if this is a substitution command * Allows: sed 's/pattern/replacement/flags' where flags are only: g, p, i, I, m, M, 1-9 * When
src/tools/BashTool/sedValidation.ts:142
↓ 2 callersFunctionisSymlinkCreatingCommand
(cmd: { name: string args: string[] })
src/tools/PowerShellTool/modeValidation.ts:82
↓ 2 callersFunctionisSynchronizedOutputSupported
()
src/ink/terminal.ts:70
↓ 2 callersFunctionisTaskAssignment
( messageText: string, )
src/utils/teammateMailbox.ts:965
↓ 2 callersFunctionisTeamMemFile
(filePath: string)
src/memdir/teamMemPaths.ts:290
↓ 2 callersFunctionisTeamMemPath
(filePath: string)
src/memdir/teamMemPaths.ts:214
↓ 2 callersFunctionisTeamMemoryEnabled
()
src/memdir/teamMemPaths.ts:73
↓ 2 callersFunctionisTeamPermissionUpdate
( messageText: string, )
src/utils/teammateMailbox.ts:1001
↓ 2 callersFunctionisTeammateShutdownAttachment
( msg: RenderableMessage, )
src/utils/collapseTeammateShutdowns.ts:3
↓ 2 callersFunctionisTelemetryDisabled
()
src/utils/privacyLevel.ts:42
↓ 2 callersFunctionisTerminalOutput
* Check if a message content string is terminal output rather than a user prompt. * Terminal output includes bash input/output tags and caveat messag
src/utils/attribution.ts:104
↓ 2 callersFunctionisTextBlock
(block: ContentBlockParam)
src/components/MessageSelector.tsx:19
↓ 2 callersFunctionisTextBlock
(block: ContentBlockParam)
src/utils/mcpValidation.ts:51
↓ 2 callersFunctionisThinkingMessage
(message: Message)
src/utils/messages.ts:4679
↓ 2 callersFunctionisTmuxAvailable
()
src/utils/worktree.ts:653
↓ 2 callersFunctionisTmuxControlMode
()
src/utils/fullscreen.ts:97
↓ 2 callersFunctionisTooSmallIssue
(issue: ZodIssue)
src/utils/settings/validation.ts:37
↓ 2 callersFunctionisToolResult
( block: BetaContentBlockParam, )
src/services/api/claude.ts:946
↓ 2 callersFunctionisToolUseRequestMessage
( message: Message, )
src/utils/messages.ts:829
↓ 2 callersFunctionisTransientCapacityError
(error: unknown)
src/services/api/withRetry.ts:106
← previousnext →3,501–3,600 of 11,702, ranked by callers