Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oboard/claude-code-rev
/ functions
Functions
11,702 in github.com/oboard/claude-code-rev
⨍
Functions
11,702
◇
Types & classes
352
↓ 2 callers
Function
memoryHeader
(path: string, mtimeMs: number)
src/utils/attachments.ts:2327
↓ 2 callers
Function
mergeCacheWithNewStats
( existingCache: PersistedStatsCache, newStats: { dailyActivity: DailyActivity[] dailyModelTokens:
src/utils/statsCache.ts:260
↓ 2 callers
Function
mergeHookInstructions
( userInstructions: string | undefined, hookInstructions: string | undefined, )
src/services/compact/compact.ts:374
↓ 2 callers
Function
mergeHooksSettings
* Merge two HooksSettings objects
src/utils/plugins/pluginLoader.ts:1854
↓ 2 callers
Function
messageSelector
()
src/QueryEngine.ts:88
↓ 2 callers
Function
messagesAfterAreOnlySynthetic
(messages: Message[], fromIndex: number)
src/components/MessageSelector.tsx:799
↓ 2 callers
Function
migrateFromEnabledPlugins
()
src/utils/plugins/installedPluginsManager.ts:1048
↓ 2 callers
Function
minDefined
( a: number | undefined, b: number | undefined, )
src/ink/output.ts:123
↓ 2 callers
Function
mkBundle
(base: string)
src/utils/teleport/gitBundle.ts:59
↓ 2 callers
Function
modelSupports1M
(model: string)
src/utils/context.ts:43
↓ 2 callers
Function
modelSupportsAdaptiveThinking
(model: string)
src/utils/thinking.ts:113
↓ 2 callers
Function
modelSupportsISP
(model: string)
src/utils/betas.ts:92
↓ 2 callers
Function
modifiersMatch
* Check if all modifiers match between Ink Key and ParsedKeystroke. * * Alt and Meta: Ink historically set `key.meta` for Alt/Option. A `meta` * mo
src/keybindings/match.ts:60
↓ 2 callers
Function
mtimeOrUndefined
(p: string)
src/utils/deepLink/banner.ts:104
↓ 2 callers
Function
mulberry32
(seed: number)
src/buddy/companion.ts:16
↓ 2 callers
Function
ndjsonSafeStringify
(value: unknown)
src/cli/ndjsonSafeStringify.ts:30
↓ 2 callers
Function
newConnState
()
src/upstreamproxy/relay.ts:140
↓ 2 callers
Method
nextVimWord
()
src/utils/Cursor.ts:658
↓ 2 callers
Function
normalizeAndTruncateToWidth
(text: string, maxWidth: number)
src/components/LogSelector.tsx:62
↓ 2 callers
Function
normalizeAttachmentForAPI
( attachment: Attachment, )
src/utils/messages.ts:3453
↓ 2 callers
Function
normalizeCRLF
Decode buf[0..len) to utf8, normalizing CRLF only if CR is present.
src/utils/readEditContext.ts:160
↓ 2 callers
Function
normalizeControlMessageKeys
(obj: unknown)
src/utils/controlMessageCompat.ts:13
↓ 2 callers
Function
normalizeEdit
(fileContent: string, edit: FileEdit)
src/components/FileEditToolDiff.tsx:172
↓ 2 callers
Function
normalizeEntry
(raw: string)
src/utils/permissions/permissionsLoader.ts:186
↓ 2 callers
Function
normalizeForCompare
(p: string)
src/utils/plugins/orphanedPluginFilter.ts:111
↓ 2 callers
Function
normalizeGitPathArg
* Normalize PS arg text → canonical path for git-internal matching. * Order matters: structural strips first (colon-bound param, quotes, * backtick
src/tools/PowerShellTool/gitSafety.ts:48
↓ 2 callers
Function
normalizeGitPaths
* Normalize git paths relative to originalCwd
src/hooks/fileSuggestions.ts:152
↓ 2 callers
Function
normalizeOAuthErrorBody
( response: Response, )
src/services/mcp/auth.ts:157
↓ 2 callers
Function
normalizeQuotes
(str: string)
src/tools/FileEditTool/utils.ts:31
↓ 2 callers
Function
normalizeSource
* Resolve relative directory/file paths for stable comparison. * Settings declared at project scope may use project-relative paths; * JSON stores ab
src/utils/plugins/reconciler.ts:249
↓ 2 callers
Function
notifyCacheDeletion
( querySource: QuerySource, agentId?: AgentId, )
src/services/api/promptCacheBreakDetection.ts:673
↓ 2 callers
Function
notifyExpectedEscape
()
src/utils/computerUse/escHotkey.ts:51
↓ 2 callers
Function
oauthHeaders
(accessToken: string)
src/bridge/codeSessionApi.ts:18
↓ 2 callers
Function
onError
(error: Error)
src/services/lsp/LSPClient.ts:121
↓ 2 callers
Function
onGrowthBookRefresh
( listener: GrowthBookRefreshListener, )
src/services/analytics/growthbook.ts:139
↓ 2 callers
Function
onInit
()
src/screens/REPL.tsx:3824
↓ 2 callers
Function
onInput
(input: string, key: Key)
src/hooks/useTextInput.ts:431
↓ 2 callers
Function
onPermissionResponse
(response)
src/cli/print.ts:3936
↓ 2 callers
Function
onSelect
(log_0: LogOption)
src/screens/ResumeConversation.tsx:178
↓ 2 callers
Function
onUserMessage
(text: string, bridgeSessionId: string)
src/bridge/initReplBridge.ts:349
↓ 2 callers
Function
openFile
(filePath: string, content: string)
src/services/lsp/LSPServerManager.ts:270
↓ 2 callers
Function
openInChrome
(url: string)
src/utils/claudeInChrome/common.ts:429
↓ 2 callers
Function
opener
* Shared opener for both extract-prompt variants.
src/services/extractMemories/prompts.ts:29
↓ 2 callers
Function
optimize
(diff: Diff)
src/ink/optimizer.ts:16
↓ 2 callers
Method
paginatedGet
* Paginated GET with retry. Fetches all pages from a list endpoint, * retrying each page on failure with exponential backoff + jitter.
src/cli/transports/ccrClient.ts:864
↓ 2 callers
Function
parallelWithLimit
* Execute promises with limited concurrency * * @param items - Items to process * @param fn - Async function to apply to each item * @param concur
src/services/api/filesApi.ts:280
↓ 2 callers
Function
parseAgentsFromJson
( agentsJson: unknown, source: SettingSource = 'flagSettings', )
src/tools/AgentTool/loadAgentsDir.ts:521
↓ 2 callers
Function
parseAndOr
* Parse pipeline chains joined by && ||. Left-associative nesting. * tree-sitter quirk: trailing redirect on the last pipeline wraps the ENTIRE * li
src/utils/bash/bashParser.ts:879
↓ 2 callers
Function
parseAndValidateManifestFromBytes
( manifestData: Uint8Array, )
src/utils/dxt/helpers.ts:56
↓ 2 callers
Function
parseAnsi
(text: string)
src/utils/ansiToSvg.ts:53
↓ 2 callers
Function
parseArgumentNames
( argumentNames: string | string[] | undefined, )
src/utils/argumentSubstitution.ts:50
↓ 2 callers
Function
parseArguments
(args: string)
src/utils/argumentSubstitution.ts:24
↓ 2 callers
Function
parseArithBinary
Precedence-climbing binary expression parser.
src/utils/bash/bashParser.ts:4232
↓ 2 callers
Function
parseAutoPercentage
* Parse auto:N syntax from ENABLE_TOOL_SEARCH env var. * Returns the percentage clamped to 0-100, or null if not auto:N format or not a number.
src/utils/toolSearch.ts:55
↓ 2 callers
Function
parseBoundaryLine
* Confirm a byte-matched line is a real compact_boundary (marker can appear * inside user content) and check for preservedSegment.
src/utils/sessionStoragePortable.ts:493
↓ 2 callers
Function
parseChannelEntries
(raw: string[], flag: string)
src/main.tsx:1656
↓ 2 callers
Function
parseChord
(input: string)
src/keybindings/parser.ts:80
↓ 2 callers
Function
parseCommandRaw
( command: string, )
src/utils/bash/parser.ts:104
↓ 2 callers
Function
parseCount
(notif: Notification)
src/hooks/notifs/useTeammateShutdownNotification.ts:10
↓ 2 callers
Function
parseDataUri
( s: string, )
src/tools/BashTool/utils.ts:59
↓ 2 callers
Method
parseDiagnosticResult
(result: unknown)
src/services/diagnosticTracking.ts:285
↓ 2 callers
Function
parseElicitationHookOutput
* Parse elicitation-specific fields from a HookOutsideReplResult. * Mirrors the relevant branches of processHookJSONOutput for Elicitation * and Eli
src/utils/hooks.ts:4388
↓ 2 callers
Function
parseFor
(P: ParseState, forTok: Token)
src/utils/bash/bashParser.ts:3200
↓ 2 callers
Function
parseForSecurityFromAst
( cmd: string, root: Node | typeof PARSE_ABORTED, )
src/utils/bash/ast.ts:400
↓ 2 callers
Function
parseGitCommitId
(stdout: string)
src/tools/shared/gitOperationTracking.ts:79
↓ 2 callers
Function
parseHeaders
(headerArray: string[])
src/services/mcp/utils.ts:325
↓ 2 callers
Function
parseHookOutput
(stdout: string)
src/utils/hooks.ts:399
↓ 2 callers
Function
parseHttpHookOutput
(body: string)
src/utils/hooks.ts:453
↓ 2 callers
Function
parseMarketplaceInput
( input: string, )
src/utils/plugins/parseMarketplaceInput.ts:23
↓ 2 callers
Function
parseMaxTokensContextOverflowError
(error: APIError)
src/services/api/withRetry.ts:550
↓ 2 callers
Function
parseMouseEvent
* Parse an SGR mouse event sequence into a ParsedMouse, or null if not a * mouse event or if it's a wheel event (wheel stays as ParsedKey for the *
src/ink/parse-keypress.ts:594
↓ 2 callers
Function
parseOscColor
(spec: string)
src/ink/termio/osc.ts:317
↓ 2 callers
Function
parsePDFPageRange
( pages: string, )
src/utils/pdfUtils.ts:16
↓ 2 callers
Function
parsePRReference
(input: string)
src/utils/worktree.ts:633
↓ 2 callers
Function
parsePartialPath
( partialPath: string, basePath?: string, )
src/utils/suggestions/directoryCompletion.ts:55
↓ 2 callers
Function
parsePatternCommand
( args: string[], flagsWithArgs: Set<string>, defaults: string[] = [], )
src/tools/BashTool/pathValidation.ts:142
↓ 2 callers
Function
parsePermissionUpdates
* Validate permissionUpdates from external sources (mailbox IPC, disk polling). * Malformed entries from buggy/old teammate processes are filtered ou
src/hooks/useSwarmPermissionPoller.ts:35
↓ 2 callers
Function
parsePipeline
* Parse commands joined by | or |&. Flat children with operator leaves. * tree-sitter quirk: `a | b 2>nul | c` hoists the redirect on `b` to wrap *
src/utils/bash/bashParser.ts:938
↓ 2 callers
Function
parsePluginSettings
* Parse raw settings through PluginSettingsSchema, returning only allowlisted keys. * Returns undefined if parsing fails or all keys are filtered out
src/utils/plugins/pluginLoader.ts:1788
↓ 2 callers
Function
parsePositiveIntFromFrontmatter
( value: unknown, )
src/utils/frontmatterParser.ts:275
↓ 2 callers
Function
parsePromptTooLongTokenCounts
(rawMessage: string)
src/services/api/errors.ts:85
↓ 2 callers
Function
parseRefFromCommand
* Extract target ref from `git merge <ref>` / `git rebase <ref>` command. * Skips flags and keywords — first non-flag argument is the ref.
src/tools/shared/gitOperationTracking.ts:113
↓ 2 callers
Function
parseRegQueryStdout
( stdout: string, valueName = 'Settings', )
src/utils/settings/mdm/settings.ts:208
↓ 2 callers
Function
parseShellFrontmatter
( value: unknown, source: string, )
src/utils/frontmatterParser.ts:351
↓ 2 callers
Function
parseSkillFrontmatterFields
( frontmatter: FrontmatterData, markdownContent: string, resolvedName: string, descriptionFallbackLabe
src/skills/loadSkillsDir.ts:185
↓ 2 callers
Function
parseSlashCommand
(input: string)
src/utils/slashCommandParsing.ts:25
↓ 2 callers
Function
parseTestAnd
(P: ParseState, closer: string)
src/utils/bash/bashParser.ts:3733
↓ 2 callers
Function
parseTestExpr
(P: ParseState, closer: string)
src/utils/bash/bashParser.ts:3701
↓ 2 callers
Function
parseTestOr
(P: ParseState, closer: string)
src/utils/bash/bashParser.ts:3705
↓ 2 callers
Function
parseTestRegexRhs
(P: ParseState)
src/utils/bash/bashParser.ts:3937
↓ 2 callers
Function
parseTestUnary
(P: ParseState, closer: string)
src/utils/bash/bashParser.ts:3757
↓ 2 callers
Function
parseToolListString
* Parses tools from frontmatter, supporting both string and array formats * Always returns a string array for consistency * @param toolsValue The va
src/utils/markdownConfigLoader.ts:77
↓ 2 callers
Function
parseToolName
* Parse tool name into searchable parts. * Handles both MCP tools (mcp__server__action) and regular tools (CamelCase).
src/tools/ToolSearchTool/ToolSearchTool.ts:132
↓ 2 callers
Function
parseXmlBlock
* Parse XML block response: <block>yes/no</block> * Strips thinking content first to avoid matching tags inside reasoning. * Returns true for "yes"
src/utils/permissions/yoloClassifier.ts:578
↓ 2 callers
Function
parseXmlReason
* Parse XML reason: <reason>...</reason> * Strips thinking content first to avoid matching tags inside reasoning.
src/utils/permissions/yoloClassifier.ts:590
↓ 2 callers
Function
partiallySanitizeUnicode
(prompt: string)
src/utils/sanitization.ts:25
↓ 2 callers
Function
pathInOriginalCwd
(path: string)
src/utils/claudemd.ts:245
↓ 2 callers
Function
pathListSignature
(paths: string[])
src/hooks/fileSuggestions.ts:111
↓ 2 callers
Function
performCrossAppAccess
( serverUrl: string, config: XaaConfig, serverName = 'xaa', abortSignal?: AbortSignal, )
src/services/mcp/xaa.ts:426
↓ 2 callers
Function
performVersionUpdate
* Performs the core update operation: download (if needed), install, and update symlink. * Returns whether a new install was performed (vs just updat
src/utils/nativeInstaller/installer.ts:441
← previous
next →
3,701–3,800 of 11,702, ranked by callers