Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ functions
Functions
13,048 in github.com/codeaashu/claude-code
⨍
Functions
13,048
◇
Types & classes
657
Function
call
(onDone, context)
src/commands/usage/usage.tsx:4
Function
call
()
src/commands/release-notes/release-notes.ts:19
Function
call
src/commands/stats/stats.tsx:4
Function
call
(onDone: LocalJSXCommandOnDone, context: LocalJSXCommandContext)
src/commands/skills/skills.tsx:5
Function
call
( onDone: LocalJSXCommandOnDone, context: LocalJSXCommandContext, args: string, )
src/commands/branch/branch.ts:222
Function
call
(onDone: LocalJSXCommandOnDone, context: LocalJSXCommandContext, args?: string)
src/commands/add-dir/add-dir.tsx:65
Function
call
(onDone: LocalJSXCommandOnDone)
src/commands/mobile/mobile.tsx:271
Function
call
(onDone, context, args)
src/commands/review/ultrareviewCommand.tsx:28
Function
call
(onDone: LocalJSXCommandOnDone, context: LocalJSXCommandContext)
src/commands/upgrade/upgrade.tsx:9
Function
call
(onDone: LocalJSXCommandOnDone, context: LocalJSXCommandContext)
src/commands/status/status.tsx:5
Function
call
(onDone, context)
src/commands/hooks/hooks.tsx:6
Function
call
(onDone: LocalJSXCommandOnDone, context: ToolUseContext)
src/commands/agents/agents.tsx:6
Function
call
()
src/commands/logout/logout.tsx:72
Function
call
(onDone, { options: { commands } })
src/commands/help/help.tsx:4
Function
call
( onDone: LocalJSXCommandOnDone, context: ToolUseContext & LocalJSXCommandContext, args: string, )
src/commands/rename/rename.ts:21
Function
call
(onDone: LocalJSXCommandOnDone, _context: unknown, args?: string)
src/commands/tag/tag.tsx:205
Function
call
(onDone, context)
src/commands/config/config.tsx:4
Function
call
()
src/commands/thinkback-play/thinkback-play.ts:18
Function
call
(onDone: LocalJSXCommandOnDone, context: ToolUseContext, args: string)
src/commands/export/export.tsx:53
Function
call
(_, context)
src/commands/clear/clear.ts:4
Function
call
( args: Record<string, unknown>, context, _canUseTool,
src/services/mcp/client.ts:1833
Function
canAddAnnotations
(role: CollabRole)
web/lib/collaboration/permissions.ts:38
Function
canApproveTools
( role: CollabRole, policy: "owner-only" | "any-collaborator", isOwner: boolean )
web/lib/collaboration/permissions.ts:21
Function
canChangeRole
( actorRole: CollabRole, targetRole: CollabRole )
web/lib/collaboration/permissions.ts:42
Function
canManageAccess
(role: CollabRole)
web/lib/collaboration/permissions.ts:30
Function
canSendMessages
(role: CollabRole)
web/lib/collaboration/permissions.ts:17
Function
canTransferOwnership
(role: CollabRole)
web/lib/collaboration/permissions.ts:34
Function
canUseTool
()
src/utils/queryHelpers.ts:278
Function
canUseTool
()
src/services/AgentSummary/agentSummary.ts:94
Function
canUseTool
()
src/services/PromptSuggestion/promptSuggestion.ts:302
Function
canYankPop
()
src/utils/Cursor.ts:87
Function
cancelAll
()
src/bridge/jwtUtils.ts:243
Function
cancelAndAbort
( feedback?: string, isAbort?: boolean, contentBlocks?: ContentBlockParam[], )
src/hooks/toolPermission/PermissionContext.ts:154
Function
cancelRequest
(requestId_2)
src/hooks/useReplBridge.tsx:573
Function
capabilities
()
src/services/lsp/LSPClient.ts:80
Function
cellOutputToToolResult
(output: NotebookCellSourceOutput)
src/utils/notebook.ts:134
Function
changeFile
(filePath: string, content: string)
src/services/lsp/LSPServerManager.ts:312
Function
check
()
src/components/ScrollKeybindingHandler.tsx:741
Function
check
()
src/utils/cronScheduler.ts:230
Function
checkAddType
* Checks for Add-Type usage which compiles and loads .NET code at runtime. * This can be used to execute arbitrary compiled code.
src/tools/PowerShellTool/powershellSecurity.ts:321
Function
checkComObject
* Checks for New-Object -ComObject. COM objects like WScript.Shell, * Shell.Application, MMC20.Application, Schedule.Service, Msxml2.XMLHTTP * have
src/tools/PowerShellTool/powershellSecurity.ts:343
Function
checkConnection
()
web/components/settings/ApiSettings.tsx:17
Function
checkDangerousFilePathExecution
* Checks for DANGEROUS_SCRIPT_BLOCK_CMDLETS invoked with -FilePath (or * -LiteralPath). These run a script file — arbitrary code execution with no *
src/tools/PowerShellTool/powershellSecurity.ts:452
Function
checkDownloadCradles
( parsed: ParsedPowerShellCommand, )
src/tools/PowerShellTool/powershellSecurity.ts:234
Function
checkDownloadUtilities
* Checks for standalone download utilities — LOLBAS tools commonly used to * fetch payloads. Unlike checkDownloadCradles (which requires download + I
src/tools/PowerShellTool/powershellSecurity.ts:276
Function
checkDynamicCommandName
* Checks for dynamic command invocation where the command name itself is an * expression that cannot be statically resolved. * * PoCs: * & ${fun
src/tools/PowerShellTool/powershellSecurity.ts:143
Function
checkEnabledPlugins
()
src/utils/plugins/pluginStartupCheck.ts:39
Function
checkEncodedCommand
* Checks for encoded command parameters which obscure intent. * These are commonly used in malware to bypass security tools.
src/tools/PowerShellTool/powershellSecurity.ts:166
Function
checkEndpoint
(url: string)
src/utils/preflightChecks.tsx:22
Function
checkEnvVarManipulation
( parsed: ParsedPowerShellCommand, )
src/tools/PowerShellTool/powershellSecurity.ts:908
Function
checkExpandableStrings
* AST-only check: Detects expandable strings (double-quoted) with embedded * expressions like "$env:PATH" or "$(dangerous-command)". These can hide
src/tools/PowerShellTool/powershellSecurity.ts:731
Function
checkForEachMemberName
* Checks for ForEach-Object -MemberName. Invokes a method by string name on * every piped object — semantically equivalent to `| % { $_.Method() }` b
src/tools/PowerShellTool/powershellSecurity.ts:499
Function
checkHasGitRemote
()
src/utils/background/remote/preconditions.ts:67
Function
checkHasTeamMemOps
(message: CollapsedReadSearchGroup)
src/components/messages/teamMemCollapsed.tsx:11
Function
checkInvokeExpression
* Checks if a PowerShell command uses Invoke-Expression or its alias (iex). * These are equivalent to eval and can execute arbitrary code.
src/tools/PowerShellTool/powershellSecurity.ts:106
Function
checkInvokeItem
* Invoke-Item (alias ii) opens a file with its default handler (ShellExecute * on Windows, open/xdg-open on Unix). On an .exe/.ps1/.bat/.cmd this is
src/tools/PowerShellTool/powershellSecurity.ts:822
Function
checkMemberInvocations
* AST-only check: Detects .NET method invocations which can access system APIs.
src/tools/PowerShellTool/powershellSecurity.ts:776
Function
checkModuleLoading
* Module-loading cmdlets execute a .psm1's top-level script body (Import-Module) * or download from arbitrary repositories (Install-Module, Save-Modu
src/tools/PowerShellTool/powershellSecurity.ts:946
Function
checkPermissions
(input: PowerShellToolInput, context: Parameters<Tool['checkPermissions']>[1])
src/tools/PowerShellTool/PowerShellTool.tsx:375
Function
checkPermissions
(input, context)
src/tools/GlobTool/GlobTool.ts:135
Function
checkPermissions
( { skill, args }, context, )
src/tools/SkillTool/SkillTool.ts:432
Function
checkPermissions
(input)
src/tools/McpAuthTool/McpAuthTool.ts:82
Function
checkPermissions
(input: Input)
src/tools/ConfigTool/ConfigTool.ts:98
Function
checkPermissions
(input)
src/tools/SyntheticOutputTool/SyntheticOutputTool.ts:66
Function
checkPermissions
(input, context)
src/tools/NotebookEditTool/NotebookEditTool.ts:125
Function
checkPermissions
(input, context)
src/tools/FileReadTool/FileReadTool.ts:398
Function
checkPermissions
(input)
src/tools/TodoWriteTool/TodoWriteTool.ts:58
Function
checkPermissions
(input, context)
src/tools/FileEditTool/FileEditTool.ts:125
Function
checkPermissions
(_input)
src/tools/WebSearchTool/WebSearchTool.ts:209
Function
checkPermissions
(input)
src/tools/AskUserQuestionTool/AskUserQuestionTool.tsx:182
Function
checkPermissions
(input, context)
src/tools/AgentTool/AgentTool.tsx:1281
Function
checkPermissions
(input, context)
src/tools/FileWriteTool/FileWriteTool.ts:135
Function
checkPermissions
(input, context)
src/tools/BashTool/BashTool.tsx:539
Function
checkPermissions
(input, context)
src/tools/WebFetchTool/WebFetchTool.ts:104
Function
checkPermissions
(input, context)
src/tools/LSPTool/LSPTool.ts:210
Function
checkPermissions
(input, context)
src/tools/GrepTool/GrepTool.ts:233
Function
checkPermissions
()
src/tools/testing/TestingPermissionTool.tsx:36
Function
checkPermissions
()
src/tools/MCPTool/MCPTool.ts:56
Function
checkPermissions
(input, _context)
src/tools/SendMessageTool/SendMessageTool.ts:585
Function
checkPermissions
(input, context)
src/tools/ExitPlanModeTool/ExitPlanModeV2Tool.ts:221
Function
checkPermissions
()
src/services/mcp/client.ts:1814
Function
checkPwshCommandOrFile
* Checks for PowerShell re-invocation (nested pwsh/powershell process). * * Any PowerShell executable in command position is flagged — not just * -
src/tools/PowerShellTool/powershellSecurity.ts:192
Function
checkRuntimeStateManipulation
( parsed: ParsedPowerShellCommand, )
src/tools/PowerShellTool/powershellSecurity.ts:982
Function
checkScheduledTask
( parsed: ParsedPowerShellCommand, )
src/tools/PowerShellTool/powershellSecurity.ts:851
Function
checkScriptBlockInjection
* Checks for script block injection patterns where script blocks * appear in suspicious contexts that could execute arbitrary code. * * Script bloc
src/tools/PowerShellTool/powershellSecurity.ts:663
Function
checkSplatting
* AST-only check: Detects splatting (@variable) which can obscure arguments.
src/tools/PowerShellTool/powershellSecurity.ts:746
Function
checkStartProcess
* Checks for dangerous Start-Process patterns. * * Two vectors: * 1. `-Verb RunAs` — privilege escalation (UAC prompt). * 2. Launching a PowerShel
src/tools/PowerShellTool/powershellSecurity.ts:550
Function
checkStopParsing
* AST-only check: Detects stop-parsing token (--%) which prevents further parsing.
src/tools/PowerShellTool/powershellSecurity.ts:761
Function
checkSubExpressions
* AST-only check: Detects subexpressions $() which can hide command execution.
src/tools/PowerShellTool/powershellSecurity.ts:714
Function
checkTypeLiterals
* AST-only check: type literals outside Microsoft's ConstrainedLanguage * allowlist. CLM blocks all .NET type access except ~90 primitives/attributes
src/tools/PowerShellTool/powershellSecurity.ts:801
Function
checkWmiProcessSpawn
( parsed: ParsedPowerShellCommand, )
src/tools/PowerShellTool/powershellSecurity.ts:1016
Function
chordToDisplayString
( chord: Chord, platform: DisplayPlatform = 'linux', )
src/keybindings/parser.ts:181
Function
clampRect
(rect: Rectangle, size: Size)
src/ink/layout/geometry.ts:71
Function
classifyLine
(line: string)
web/lib/workers/markdown.worker.ts:37
Function
cleanup
()
src/tools/AgentTool/runAgent.ts:197
Function
cleanup
()
src/utils/combinedAbortSignal.ts:40
Function
cleanup
()
src/utils/nativeInstaller/pidLock.ts:310
Method
cleanup
()
src/utils/ShellCommand.ts:368
Method
cleanup
()
src/utils/ShellCommand.ts:434
Method
cleanup
* Periodically clean up stale entries.
src/server/web/auth.ts:54
← previous
next →
10,601–10,700 of 13,048, ranked by callers