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
↓ 1 callers
Method
free
()
src/native-ts/yoga-layout/index.ts:545
↓ 1 callers
Method
freeRecursive
()
src/ink/layout/yoga.ts:294
↓ 1 callers
Method
fromColorRGB
(e3)
src/server/web/public/terminal.js:3708
↓ 1 callers
Function
fromCount
( state: { type: 'count'; digits: string }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:265
↓ 1 callers
Function
fromFind
( state: { type: 'find'; find: FindType; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:369
↓ 1 callers
Function
fromG
( state: { type: 'g'; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:385
↓ 1 callers
Function
fromIdle
(input: string, ctx: TransitionContext)
src/vim/transitions.ts:248
↓ 1 callers
Function
fromIndent
( state: { type: 'indent'; dir: '>' | '<'; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:450
↓ 1 callers
Function
fromJsonTimestamp
(o: any)
src/types/generated/events_mono/growthbook/v1/growthbook_experiment_event.ts:204
↓ 1 callers
Function
fromOperator
( state: { type: 'operator'; op: Operator; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:283
↓ 1 callers
Function
fromOperatorCount
( state: { type: 'operatorCount' op: Operator count: number digits: string }, input: str
src/vim/transitions.ts:310
↓ 1 callers
Function
fromOperatorFind
( state: { type: 'operatorFind' op: Operator count: number find: FindType }, input: stri
src/vim/transitions.ts:334
↓ 1 callers
Function
fromOperatorG
( state: { type: 'operatorG'; op: Operator; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:420
↓ 1 callers
Function
fromOperatorTextObj
( state: { type: 'operatorTextObj' op: Operator count: number scope: TextObjScope }, inp
src/vim/transitions.ts:350
↓ 1 callers
Function
fromReplace
( state: { type: 'replace'; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:438
↓ 1 callers
Function
fromTimestamp
(t: Timestamp)
src/types/generated/events_mono/claude_code/v1/claude_code_internal_event.ts:840
↓ 1 callers
Function
fromTimestamp
(t: Timestamp)
src/types/generated/events_mono/growthbook/v1/growthbook_experiment_event.ts:198
↓ 1 callers
Method
fullReset
()
src/server/web/public/terminal.js:3444
↓ 1 callers
Function
fuzzyMatch
Fuzzy match: every character of query must appear in order in target
web/components/command-palette/CommandPalette.tsx:13
↓ 1 callers
Function
gatherAllCandidates
* Gathers candidate session files across all project directories.
src/utils/listSessionsImpl.ts:406
↓ 1 callers
Function
gatherProjectCandidates
* Gathers candidate session files for a specific project directory * (and optionally its git worktrees).
src/utils/listSessionsImpl.ts:309
↓ 1 callers
Function
generate
()
src/hooks/useAwaySummary.ts:69
↓ 1 callers
Function
generateActionsTable
* Build a markdown table of all actions with their default bindings and context.
src/skills/bundled/keybindings.ts:33
↓ 1 callers
Function
generateAgent
( userPrompt: string, model: ModelName, existingIdentifiers: string[], abortSignal: AbortSignal, )
src/components/agents/generateAgent.ts:122
↓ 1 callers
Function
generateAgentSuggestions
( agents: AgentDefinition[], query: string, showOnEmpty = false, )
src/hooks/unifiedSuggestions.ts:77
↓ 1 callers
Function
generateAwaySummary
( messages: readonly Message[], signal: AbortSignal, )
src/services/awaySummary.ts:29
↓ 1 callers
Function
generateBashSuggestions
* Generate bash shell completion suggestions
src/hooks/useTypeahead.tsx:211
↓ 1 callers
Function
generateContentHash
* Generate content hash for an MCPB file
src/utils/plugins/mcpbHandler.ts:93
↓ 1 callers
Function
generateContextSuggestions
( data: ContextData, )
src/utils/contextSuggestions.ts:31
↓ 1 callers
Function
generateContextsTable
* Build a markdown table of all contexts.
src/skills/bundled/keybindings.ts:20
↓ 1 callers
Function
generateGenericDescription
( _command: string, specificDescription: string | undefined, _signal: AbortSignal, )
src/utils/permissions/bashClassifier.ts:55
↓ 1 callers
Function
generateHtmlReport
( data: AggregatedData, insights: InsightResults, )
src/commands/insights.ts:1947
↓ 1 callers
Function
generateKeybindingsTemplate
()
src/keybindings/template.ts:40
↓ 1 callers
Function
generateMainSessionTaskId
()
src/tasks/LocalMainSessionTask.ts:75
↓ 1 callers
Function
generateModelSection
()
src/tools/ConfigTool/prompt.ts:79
↓ 1 callers
Function
generateParallelInsights
( data: AggregatedData, facets: Map<string, SessionFacets>, )
src/commands/insights.ts:1612
↓ 1 callers
Function
generatePermissionExplanation
({ toolName, toolInput, toolDescription, messages, signal, }: GenerateExplanationParams)
src/utils/permissions/permissionExplainer.ts:147
↓ 1 callers
Function
generatePipelinedSuggestion
( context: REPLHookContext, suggestionText: string, speculatedMessages: Message[], setAppState: SetApp
src/services/PromptSuggestion/speculation.ts:345
↓ 1 callers
Function
generatePlaceholderSalt
* Generates a random hex string for placeholder uniqueness. * This prevents collision when command text literally contains "__HEREDOC_N__".
src/utils/bash/heredoc.ts:36
↓ 1 callers
Function
generateProgressiveArgumentHint
( argNames: string[], typedArgs: string[], )
src/utils/argumentSubstitution.ts:76
↓ 1 callers
Function
generatePrompt
()
src/tools/ConfigTool/prompt.ts:14
↓ 1 callers
Function
generateQRCode
()
src/commands/session/session.tsx:29
↓ 1 callers
Function
generateQRCodes
()
src/commands/mobile/mobile.tsx:49
↓ 1 callers
Function
generateQr
Generate a QR code and return its lines.
src/bridge/bridgeUI.ts:37
↓ 1 callers
Function
generateRequestId
()
src/utils/swarm/permissionSync.ts:160
↓ 1 callers
Function
generateReservedShortcuts
* Build a list of reserved shortcuts.
src/skills/bundled/keybindings.ts:89
↓ 1 callers
Function
generateResponseTimeHistogram
(times: number[])
src/commands/insights.ts:1863
↓ 1 callers
Function
generateSandboxRequestId
()
src/utils/swarm/permissionSync.ts:792
↓ 1 callers
Function
generateSectionReminders
* Generate reminders for sections that are too long
src/services/SessionMemory/prompts.ts:164
↓ 1 callers
Function
generateSettingsSchema
* Generate JSON Schema from the settings Zod schema. * This keeps the skill prompt in sync with the actual types.
src/skills/bundled/updateConfig.ts:10
↓ 1 callers
Function
generateShortWordSlug
()
src/utils/words.ts:796
↓ 1 callers
Function
generateSyntheticDiff
( gitPath: string, absoluteFilePath: string, )
src/utils/gitDiff.ts:504
↓ 1 callers
Function
generateTemporaryCacheNameForPlugin
( source: PluginSource, )
src/utils/plugins/pluginLoader.ts:873
↓ 1 callers
Function
generateTimeOfDayChart
(messageHours: number[])
src/commands/insights.ts:1902
↓ 1 callers
Function
generateTitle
(description: string, abortSignal: AbortSignal)
src/components/Feedback.tsx:447
↓ 1 callers
Function
generateTitleAndBranch
* Generates a title and branch name for a coding session using Claude Haiku * @param description The description/prompt for the session * @returns P
src/utils/teleport.tsx:102
↓ 1 callers
Function
generateToolUseSummary
({ tools, signal, isNonInteractiveSession, lastAssistantText, }: GenerateToolUseSummaryParams)
src/services/toolUseSummary/toolUseSummaryGenerator.ts:45
↓ 1 callers
Function
generateUniqueTeamName
* Generates a unique team name by checking if the provided name already exists. * If the name already exists, generates a new word slug.
src/tools/TeamCreateTool/TeamCreateTool.ts:64
↓ 1 callers
Function
generateUsageReport
(options?: { collectRemote?: boolean })
src/commands/insights.ts:2796
↓ 1 callers
Function
generateWordDiffElements
(item: DiffLine, width: number, maxWidth: number, dim: boolean, overrideTheme?: ThemeName)
src/components/StructuredDiff/Fallback.tsx:237
↓ 1 callers
Function
generateX402PrivateKey
()
src/services/x402/config.ts:162
↓ 1 callers
Function
generateXAxisLabels
(data: DailyModelTokens[], _chartWidth: number, yAxisOffset: number)
src/components/Stats.tsx:1019
↓ 1 callers
Method
get
()
src/ink/output.ts:268
↓ 1 callers
Method
get
(id: string)
src/server/web/auth/adapter.ts:107
↓ 1 callers
Function
get256Color
* Get color from 256-color palette
src/utils/ansiToSvg.ts:150
↓ 1 callers
Function
get3PFallbackSuggestion
* Suggest a fallback model for 3P users when the selected model is unavailable.
src/utils/model/validateModel.ts:144
↓ 1 callers
Function
getAPIContextManagement
(options?: { hasThinking?: boolean isRedactThinkingActive?: boolean clearAllThinking?: boolean })
src/services/compact/apiMicrocompact.ts:64
↓ 1 callers
Function
getAbsoluteAndRelativePaths
(path: string | undefined)
src/utils/file.ts:144
↓ 1 callers
Function
getActionsSection
()
src/constants/prompts.ts:255
↓ 1 callers
Function
getActiveNotices
(context: StatusNoticeContext)
src/utils/statusNoticeDefinitions.tsx:195
↓ 1 callers
Function
getActualRelativeAgentFilePath
(agent: AgentDefinition)
src/components/agents/agentFileUtils.ts:135
↓ 1 callers
Function
getAddDirExtraMarketplaces
()
src/utils/plugins/addDirPluginSettings.ts:56
↓ 1 callers
Function
getAddressFamily
(options: LookupOptions)
src/utils/proxy.ts:41
↓ 1 callers
Function
getAdvisorUsage
( usage: BetaUsage, )
src/utils/advisor.ts:115
↓ 1 callers
Function
getAfkModeHeaderLatched
()
src/bootstrap/state.ts:1708
↓ 1 callers
Function
getAgentIdentification
* Get agent identification for analytics. * Priority: AsyncLocalStorage context (subagents) > env vars (swarm teammates)
src/services/analytics/metadata.ts:514
↓ 1 callers
Function
getAgentModelOptions
()
src/utils/model/agent.ts:134
↓ 1 callers
Function
getAgentPendingMessageAttachments
( toolUseContext: ToolUseContext, )
src/utils/attachments.ts:1085
↓ 1 callers
Function
getAgentSystemPrompt
( agentDefinition: AgentDefinition, toolUseContext: Pick<ToolUseContext, 'options'>, resolvedAgentModel:
src/tools/AgentTool/runAgent.ts:906
↓ 1 callers
Function
getAgentThemeColor
(colorName: string | undefined)
src/components/tasks/BackgroundTaskStatus.tsx:422
↓ 1 callers
Function
getAgentToolSection
()
src/constants/prompts.ts:316
↓ 1 callers
Function
getAllBrowserDataPaths
()
src/utils/claudeInChrome/common.ts:232
↓ 1 callers
Function
getAllBrowserDataPathsPortable
()
src/utils/claudeInChrome/setupPortable.ts:97
↓ 1 callers
Function
getAllLockInfo
(locksDir: string)
src/utils/nativeInstaller/pidLock.ts:352
↓ 1 callers
Function
getAllLspServers
()
src/services/lsp/config.ts:15
↓ 1 callers
Function
getAllNativeMessagingHostsDirs
()
src/utils/claudeInChrome/common.ts:280
↓ 1 callers
Function
getAllRedirections
( parsed: ParsedPowerShellCommand, )
src/utils/powershell/parser.ts:1507
↓ 1 callers
Function
getAllTasks
()
src/tasks.ts:22
↓ 1 callers
Function
getAllWindowsRegistryKeys
()
src/utils/claudeInChrome/common.ts:322
↓ 1 callers
Function
getAllowedSettingSources
()
src/bootstrap/state.ts:1226
↓ 1 callers
Function
getAlternateScreenshotPath
* For macOS screenshot paths with AM/PM, the space before AM/PM may be a * regular space or a thin space depending on the macOS version. Returns *
src/tools/FileReadTool/FileReadTool.ts:147
↓ 1 callers
Function
getAncestorCommandsAsync
( pid: string | number, maxDepth = 10, )
src/utils/genericProcessUtils.ts:115
↓ 1 callers
Function
getAncestorPidsAsync
( pid: string | number, maxDepth = 10, )
src/utils/genericProcessUtils.ts:36
↓ 1 callers
Function
getAntModelOverrideSection
()
src/constants/prompts.ts:136
↓ 1 callers
Function
getApiBaseUrlHost
()
src/services/analytics/growthbook.ts:439
↓ 1 callers
Function
getApiKey
()
web/lib/api/client.ts:18
↓ 1 callers
Function
getApiKey
()
web/lib/api/files.ts:26
↓ 1 callers
Function
getApiKeyHelperElapsedMs
()
src/utils/auth.ts:464
↓ 1 callers
Function
getApiKeyHelperSources
()
src/components/TrustDialog/utils.ts:144
↓ 1 callers
Function
getApiUrl
()
web/lib/api.ts:3
← previous
next →
6,101–6,200 of 13,048, ranked by callers