Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnukarOP/claude-code-leaked
/ functions
Functions
11,462 in github.com/AnukarOP/claude-code-leaked
⨍
Functions
11,462
◇
Types & classes
340
↓ 20 callers
Method
enqueueWrite
(filePath: string, entry: Entry)
source code/utils/sessionStorage.ts:608
↓ 20 callers
Function
fileHistoryEnabled
()
source code/utils/fileHistory.ts:65
↓ 20 callers
Function
getAllCommands
* Gets all commands including MCP skills/prompts from AppState. * SkillTool needs this because getCommands() only returns local/bundled skills.
source code/tools/SkillTool/SkillTool.ts:83
↓ 20 callers
Function
getTranscriptPath
()
source code/utils/sessionStorage.ts:204
↓ 20 callers
Function
isPlanModeInterviewPhaseEnabled
()
source code/utils/planModeV2.ts:52
↓ 20 callers
Function
logOTelEvent
( eventName: string, metadata: { [key: string]: string | undefined } = {}, )
source code/utils/telemetry/events.ts:23
↓ 20 callers
Function
setStatus
(s: string)
source code/screens/REPL.tsx:4304
↓ 19 callers
Function
ansiIdx
(index: number)
source code/native-ts/color-diff/index.ts:90
↓ 19 callers
Function
asAgentId
(id: string)
source code/types/ids.ts:33
↓ 19 callers
Function
countCharInString
( str: { indexOf(search: string, start?: number): number }, char: string, start = 0, )
source code/utils/stringUtils.ts:56
↓ 19 callers
Method
end
* End the flush and return any queued items for draining. * Caller is responsible for sending the returned items.
source code/bridge/flushGate.ts:39
↓ 19 callers
Function
evictTaskOutput
(taskId: string)
source code/utils/task/diskOutput.ts:290
↓ 19 callers
Function
getClaudeCodeUserAgent
()
source code/utils/userAgent.ts:10
↓ 19 callers
Function
getSettingsFilePathForSource
( source: SettingSource, )
source code/utils/settings/settings.ts:276
↓ 19 callers
Method
has
(uuid: string)
source code/bridge/bridgeMessaging.ts:454
↓ 19 callers
Method
next
()
source code/utils/stream.ts:21
↓ 19 callers
Function
normalizePathForComparison
(filePath: string)
source code/utils/file.ts:567
↓ 19 callers
Function
saveCurrentProjectConfig
( updater: (currentConfig: ProjectConfig) => ProjectConfig, )
source code/utils/config.ts:1627
↓ 19 callers
Function
useAppStateStore
()
source code/state/AppState.tsx:179
↓ 18 callers
Method
append
(content: string)
source code/utils/task/diskOutput.ts:112
↓ 18 callers
Function
enqueue
(command: QueuedCommand)
source code/utils/messageQueueManager.ts:130
↓ 18 callers
Function
getAnthropicApiKeyWithSource
( opts: { skipRetrievingKeyFromApiKeyHelper?: boolean } = {}, )
source code/utils/auth.ts:228
↓ 18 callers
Function
getTracer
()
source code/utils/telemetry/sessionTracing.ts:154
↓ 18 callers
Function
isPolicyAllowed
(policy: string)
source code/services/policyLimits/index.ts:512
↓ 18 callers
Function
normalizeNameForMCP
(name: string)
source code/services/mcp/normalization.ts:19
↓ 18 callers
Function
onResponse
(requestId_3, handler_0)
source code/hooks/useReplBridge.tsx:578
↓ 18 callers
Function
onSubmit
(selectedServers)
source code/components/MCPServerDesktopImportDialog.tsx:74
↓ 18 callers
Function
release
()
source code/utils/computerUse/drainRunLoop.ts:34
↓ 18 callers
Method
segment
(highlights: TextHighlight[])
source code/utils/textHighlighting.ts:78
↓ 18 callers
Function
setCwd
(path: string, relativeTo?: string)
source code/utils/Shell.ts:449
↓ 17 callers
Function
appendEntryToFile
( fullPath: string, entry: Record<string, unknown>, )
source code/utils/sessionStorage.ts:2574
↓ 17 callers
Method
end
* End a query. Returns true if this generation is still current * (meaning the caller should perform cleanup). Returns false if a * newer query
source code/utils/QueryGuard.ts:76
↓ 17 callers
Function
getCurrentProjectConfig
()
source code/utils/config.ts:1604
↓ 17 callers
Function
getMcpConfigsByScope
( scope: 'project' | 'user' | 'local' | 'enterprise', )
source code/services/mcp/config.ts:890
↓ 17 callers
Function
headlessProfilerCheckpoint
(name: string)
source code/utils/headlessProfiler.ts:85
↓ 17 callers
Function
matchingRuleForInput
( path: string, toolPermissionContext: ToolPermissionContext, toolType: 'edit' | 'read', behavior: 'al
source code/utils/permissions/filesystem.ts:957
↓ 17 callers
Function
normalizeCaseForComparison
(path: string)
source code/utils/permissions/filesystem.ts:92
↓ 17 callers
Function
onProgress
(progress: { data: ShellProgress; })
source code/utils/processUserInput/processBashCommand.tsx:57
↓ 17 callers
Function
onReject
(feedback)
source code/hooks/useSSHSession.ts:145
↓ 17 callers
Function
osc
(...parts: (string | number)[])
source code/ink/termio/osc.ts:20
↓ 17 callers
Function
prepareApiRequest
()
source code/utils/teleport/api.ts:183
↓ 17 callers
Method
right
()
source code/utils/Cursor.ts:313
↓ 17 callers
Function
setStep
()
source code/components/TeleportProgress.tsx:122
↓ 16 callers
Method
get
(index: number)
source code/ink/screen.ts:52
↓ 16 callers
Method
getComputedTop
()
source code/ink/layout/yoga.ts:114
↓ 16 callers
Function
getGraphemeSegmenter
()
source code/utils/intl.ts:15
↓ 16 callers
Method
graphemeAt
(pos: number)
source code/utils/Cursor.ts:982
↓ 16 callers
Function
hasProgressMessage
* Guard: checks if progress data has a `message` field (agent_progress or * skill_progress). Other progress types (e.g. bash_progress forwarded from
source code/tools/AgentTool/UI.tsx:42
↓ 16 callers
Function
isBetaTracingEnabled
()
source code/utils/telemetry/betaSessionTracing.ts:80
↓ 16 callers
Function
isBuiltInAgent
( agent: AgentDefinition, )
source code/tools/AgentTool/loadAgentsDir.ts:170
↓ 16 callers
Function
isFastModeSupportedByModel
( modelSetting: ModelSetting, )
source code/utils/fastMode.ts:169
↓ 16 callers
Function
isLocalAgentTask
(task: unknown)
source code/tasks/LocalAgentTask/LocalAgentTask.tsx:151
↓ 16 callers
Function
isSettingSourceEnabled
(source: SettingSource)
source code/utils/settings/constants.ts:176
↓ 16 callers
Function
readTeamFile
(teamName: string)
source code/utils/swarm/teamHelpers.ts:133
↓ 16 callers
Function
sameFloat
(a: number, b: number)
source code/native-ts/yoga-layout/index.ts:115
↓ 16 callers
Method
send
(msg: Message)
source code/utils/mailbox.ts:35
↓ 16 callers
Function
splitCommand_DEPRECATED
(command: string)
source code/utils/bash/commands.ts:267
↓ 16 callers
Function
updateRepresentativeClaim
()
source code/services/mockRateLimits.ts:212
↓ 16 callers
Function
writeStatus
Write a status line and track its visual line count.
source code/bridge/bridgeUI.ts:120
↓ 15 callers
Method
close
()
source code/services/mcp/InProcessTransport.ts:39
↓ 15 callers
Function
emitHookResponse
(data: { hookId: string hookName: string hookEvent: string output: string stdout: string stderr: s
source code/utils/hooks/hookEvents.ts:155
↓ 15 callers
Function
flushSeg
()
source code/utils/bash/bashParser.ts:2928
↓ 15 callers
Function
getOrganizationUUID
()
source code/services/oauth/client.ts:428
↓ 15 callers
Function
isAnthropicAuthEnabled
()
source code/utils/auth.ts:102
↓ 15 callers
Function
isEssentialTrafficOnly
()
source code/utils/privacyLevel.ts:36
↓ 15 callers
Function
isIdentStart
(c: string)
source code/utils/bash/bashParser.ts:228
↓ 15 callers
Function
parseStatements
* Parse a sequence of statements separated by ; & newline. Returns a flat list * where ; and & are sibling leaves (NOT wrapped in 'list' — only && ||
source code/utils/bash/bashParser.ts:771
↓ 15 callers
Function
parseWord
* Parse a word-position element: bare word, string, expansion, or concatenation * thereof. Returns a single node; if multiple adjacent fragments, wra
source code/utils/bash/bashParser.ts:2010
↓ 15 callers
Function
rename
(oldPath, newPath)
source code/utils/fsOperations.ts:433
↓ 15 callers
Function
renderModelName
(model: ModelName)
source code/utils/model/model.ts:397
↓ 15 callers
Function
spawn
(opts: SessionSpawnOpts, dir: string)
source code/bridge/sessionRunner.ts:252
↓ 15 callers
Function
tuc
()
source code/utils/computerUse/wrapper.tsx:53
↓ 15 callers
Function
validateBridgeId
(id: string, label: string)
source code/bridge/bridgeApi.ts:50
↓ 15 callers
Function
wrapInSystemReminder
(content: string)
source code/utils/messages.ts:3099
↓ 15 callers
Function
writeFileSync_DEPRECATED
( filePath: string, data: string | NodeJS.ArrayBufferView, options?: WriteFileOptionsWithFlush, )
source code/utils/slowOperations.ts:250
↓ 14 callers
Function
capitalize
(str: string)
source code/utils/stringUtils.ts:22
↓ 14 callers
Function
cellAt
(screen: Screen, x: number, y: number)
source code/ink/screen.ts:595
↓ 14 callers
Method
forceFlush
()
source code/utils/telemetry/bigqueryExporter.ts:223
↓ 14 callers
Function
getCurrentWorktreeSession
()
source code/utils/worktree.ts:160
↓ 14 callers
Function
getPluginsDirectory
()
source code/utils/plugins/pluginDirectories.ts:55
↓ 14 callers
Function
getShortcutDisplay
( action: string, context: KeybindingContextName, fallback: string, )
source code/keybindings/shortcutFormat.ts:40
↓ 14 callers
Function
hasDangerousExpansion
* Checks if a redirection target contains shell expansion syntax that could * bypass path validation. These require manual approval for security. *
source code/utils/bash/commands.ts:832
↓ 14 callers
Function
hasEmbeddedSearchTools
()
source code/utils/embeddedTools.ts:17
↓ 14 callers
Method
isAtEnd
()
source code/utils/Cursor.ts:1002
↓ 14 callers
Function
isFastModeAvailable
()
source code/utils/fastMode.ts:44
↓ 14 callers
Function
isMcpServerDisabled
(name: string)
source code/services/mcp/config.ts:1530
↓ 14 callers
Function
isOpus1mMergeEnabled
()
source code/utils/model/model.ts:316
↓ 14 callers
Function
listTasks
(taskListId: string)
source code/utils/tasks.ts:445
↓ 14 callers
Function
loadInstalledPluginsV2
()
source code/utils/plugins/installedPluginsManager.ts:317
↓ 14 callers
Function
logPluginFetch
( source: PluginFetchSource, urlOrSpec: string | undefined, outcome: PluginFetchOutcome, durationMs: n
source code/utils/plugins/fetchTelemetry.ts:81
↓ 14 callers
Function
logSuggestionSuppressed
( reason: string, suggestion?: string, promptId?: PromptVariant, source?: 'cli' | 'sdk', )
source code/services/PromptSuggestion/promptSuggestion.ts:501
↓ 14 callers
Function
parseFrontmatter
( markdown: string, sourcePath?: string, )
source code/utils/frontmatterParser.ts:132
↓ 14 callers
Function
registerBundledSkill
(definition: BundledSkillDefinition)
source code/skills/bundledSkills.ts:55
↓ 14 callers
Function
resolve
(value: T)
source code/hooks/toolPermission/PermissionContext.ts:81
↓ 14 callers
Function
sanitizePath
(name: string)
source code/utils/cachePaths.ts:15
↓ 14 callers
Function
toIDEDisplayName
(terminal: string | null)
source code/utils/ide.ts:1216
↓ 14 callers
Function
useSelectedMessageBg
()
source code/components/messageActions.tsx:214
↓ 14 callers
Function
useTerminalFocus
()
source code/ink/hooks/use-terminal-focus.ts:15
↓ 14 callers
Function
wrapForMultiplexer
(sequence: string)
source code/ink/termio/osc.ts:37
↓ 13 callers
Function
cleanup
()
source code/utils/ShellCommand.ts:465
← previous
next →
201–300 of 11,462, ranked by callers