MCPcopy Create free account

hub / github.com/freecodexyz/free-code / functions

Functions11,548 in github.com/freecodexyz/free-code

↓ 3 callersFunctionloadMessageLogs
(limit?: number)
src/utils/sessionStorage.ts:3939
↓ 3 callersFunctionloadPluginManifest
( manifestPath: string, pluginName: string, source: string, )
src/utils/plugins/pluginLoader.ts:1147
↓ 3 callersFunctionloadSameRepoMessageLogsProgressive
( worktreePaths: string[], limit?: number, initialEnrichCount: number = INITIAL_ENRICH_COUNT, )
src/utils/sessionStorage.ts:4086
↓ 3 callersFunctionlogDebugError
(message: string)
src/services/api/filesApi.ts:40
↓ 3 callersFunctionlogPermissionDecision
( ctx: PermissionLogContext, args: PermissionDecisionArgs, permissionPromptStartTimeMs?: number, )
src/hooks/toolPermission/permissionLogging.ts:181
↓ 3 callersFunctionlogPermissionEvent
( event: 'accept' | 'reject', completionType: CompletionType, languageName: string | Promise<string>,
src/components/permissions/FilePermissionDialog/usePermissionHandler.ts:25
↓ 3 callersFunctionlogSearchOutcome
( matches: string[], queryType: 'select' | 'keyword', )
src/tools/ToolSearchTool/ToolSearchTool.ts:342
↓ 3 callersFunctionlogToSessionMeta
(log: LogOption)
src/commands/insights.ts:737
↓ 3 callersFunctionmakeLogEntryReader
()
src/history.ts:106
↓ 3 callersFunctionmarkInternalWrite
(path: string)
src/utils/settings/internalWrites.ts:17
↓ 3 callersFunctionmarkMessageAsReadByIndex
( agentName: string, teamName: string | undefined, messageIndex: number, )
src/utils/teammateMailbox.ts:201
↓ 3 callersFunctionmarkdownTable
* Build a markdown table from headers and rows.
src/skills/bundled/keybindings.ts:332
↓ 3 callersFunctionmaybeDumpAutoMode
* Dump the auto mode classifier request and response bodies to the per-user * claude temp directory when CLAUDE_CODE_DUMP_AUTO_MODE is set. Files are
src/utils/permissions/yoloClassifier.ts:153
↓ 3 callersFunctionmaybeMarkProjectOnboardingComplete
()
src/projectOnboardingState.ts:49
↓ 3 callersFunctionmaybeRecordPluginHint
(hint: ClaudeCodeHint)
src/utils/plugins/hintRecommendation.ts:65
↓ 3 callersFunctionmcpBaseUrlAnalytics
* Spread-ready analytics field for the server's base URL. Calls * getLoggingSafeMcpBaseUrl once (not twice like the inline ternary it replaces). * T
src/services/mcp/client.ts:323
↓ 3 callersFunctionmeasureText
(text: string, maxWidth: number)
src/ink/measure-text.ts:11
↓ 3 callersFunctionmemoizeWithTTLAsync
( f: (...args: Args) => Promise<Result>, cacheLifetimeMs: number = 5 * 60 * 1000, // Default 5 minutes )
src/utils/memoize.ts:120
↓ 3 callersFunctionmemoryFilesToAttachments
( memoryFiles: MemoryFileInfo[], toolUseContext: ToolUseContext, triggerFilePath?: string, )
src/utils/attachments.ts:1710
↓ 3 callersFunctionmergeAndFilterTools
( initialTools: Tools, assembled: Tools, mode: ToolPermissionContext['mode'], )
src/utils/toolPool.ts:55
↓ 3 callersFunctionmergeClients
( initialClients: MCPServerConnection[] | undefined, mcpClients: readonly MCPServerConnection[] | undefine
src/hooks/useMergedClients.ts:5
↓ 3 callersFunctionmergeFileStateCaches
( first: FileStateCache, second: FileStateCache, )
src/utils/fileStateCache.ts:129
↓ 3 callersFunctionmigrateConfigFields
* Migrates old autoUpdaterStatus to new installMethod and autoUpdates fields * @internal
src/utils/config.ts:932
↓ 3 callersFunctionmigrateV1ToV2
* Migrate V1 data to V2 format. * All V1 plugins are migrated to 'user' scope since V1 had no scope concept.
src/utils/plugins/installedPluginsManager.ts:284
↓ 3 callersFunctionmkSentinel
(text: string)
src/hooks/useAssistantHistory.ts:101
↓ 3 callersFunctionmodelSupportsMaxEffort
(model: string)
src/utils/effort.ts:53
↓ 3 callersFunctionmodelSupportsToolReference
(model: string)
src/utils/toolSearch.ts:239
↓ 3 callersFunctionmoveCursorTo
(screen: VirtualScreen, targetX: number, targetY: number)
src/ink/log-update.ts:693
↓ 3 callersMethodmoveFocus
(direction: 1 | -1, root: DOMElement)
src/ink/focus.ts:110
↓ 3 callersFunctionnext
(generator: AsyncGenerator<A, void>)
src/utils/generators.ts:36
↓ 3 callersMethodnextWORD
()
src/utils/Cursor.ts:774
↓ 3 callersFunctionnormalizeContentFromAPI
( contentBlocks: BetaMessage['content'], tools: Tools, agentId?: AgentId, )
src/utils/messages.ts:2651
↓ 3 callersFunctionnormalizeLanguageForSTT
(language: string | undefined)
src/hooks/useVoice.ts:121
↓ 3 callersFunctionnormalizeMessage
(message: Message)
src/utils/queryHelpers.ts:102
↓ 3 callersFunctionnormalizePatternsToPath
( patternsByRoot: Map<string | null, string[]>, root: string, )
src/utils/permissions/filesystem.ts:800
↓ 3 callersMethodnotify
()
src/utils/mailbox.ts:70
↓ 3 callersFunctionnotifyBridgeFailed
(detail?: string)
src/hooks/useReplBridge.tsx:102
↓ 3 callersFunctionnotifySessionMetadataChanged
( metadata: SessionExternalMetadata, )
src/utils/sessionState.ts:136
↓ 3 callersFunctiononData
(ch: Buffer)
src/services/mcp/auth.ts:2378
↓ 3 callersFunctionopenFileInExternalEditor
( filePath: string, line?: number, )
src/utils/editor.ts:81
↓ 3 callersFunctionopenForScan
(path: string)
src/utils/readEditContext.ts:48
↓ 3 callersFunctionopenPath
(path: string)
src/utils/browser.ts:24
↓ 3 callersFunctionpadAligned
( content: string, displayWidth: number, targetWidth: number, align: 'left' | 'center' | 'right' | nul
src/utils/markdown.ts:366
↓ 3 callersFunctionparamsFromContext
(retryContext: RetryContext)
src/services/api/claude.ts:1538
↓ 3 callersFunctionparseAgentId
( agentId: string, )
src/utils/agentId.ts:46
↓ 3 callersFunctionparseAutoModeEnabledState
(value: unknown)
src/utils/permissions/permissionSetup.ts:1315
↓ 3 callersFunctionparseBacktick
(P: ParseState)
src/utils/bash/bashParser.ts:3101
↓ 3 callersFunctionparseBindings
(blocks: KeybindingBlock[])
src/keybindings/parser.ts:191
↓ 3 callersFunctionparseBudgetMatch
(value: string, suffix: string)
src/utils/tokenBudget.ts:17
↓ 3 callersFunctionparseCellId
(cellId: string)
src/utils/notebook.ts:217
↓ 3 callersFunctionparseCommand
( command: string, )
src/utils/bash/parser.ts:56
↓ 3 callersFunctionparseCommandOutputAsSettings
( stdout: string, sourcePath: string, )
src/utils/settings/mdm/settings.ts:183
↓ 3 callersFunctionparseCronExpression
(expr: string)
src/utils/cron.ts:83
↓ 3 callersFunctionparseDoGroup
(P: ParseState)
src/utils/bash/bashParser.ts:3306
↓ 3 callersFunctionparseExtendedColor
( params: Param[], idx: number, )
src/ink/termio/sgr.ts:79
↓ 3 callersFunctionparseFileWithSchema
* Parse and validate JSON file with a Zod schema
src/utils/plugins/marketplaceManager.ts:1372
↓ 3 callersFunctionparseISOString
(s: string)
src/utils/log.ts:285
↓ 3 callersFunctionparseJsonEntries
(content: string, { maxChars, maxKeys }: { maxChars: number; maxKeys: number; })
src/tools/MCPTool/UI.tsx:266
↓ 3 callersFunctionparseKeypress
(s: string = '')
src/ink/parse-keypress.ts:611
↓ 3 callersFunctionparseKeystroke
(input: string)
src/keybindings/parser.ts:13
↓ 3 callersFunctionparseProcessSub
(P: ParseState)
src/utils/bash/bashParser.ts:1861
↓ 3 callersFunctionparseTestPrimary
(P: ParseState, closer: string)
src/utils/bash/bashParser.ts:4063
↓ 3 callersFunctionparseYaml
(input: string)
src/utils/yaml.ts:9
↓ 3 callersFunctionparseZipModes
(data: Uint8Array)
src/utils/dxt/zip.ts:160
↓ 3 callersFunctionpatch
( derived: string, bridgeSessionId: string, atCount: number, )
src/bridge/initReplBridge.ts:314
↓ 3 callersMethodpause
()
src/ink/ink.tsx:790
↓ 3 callersFunctionpercentile
(sorted: number[], p: number)
src/context/stats.tsx:11
↓ 3 callersFunctionperformLogout
({ clearOnboarding = false })
src/commands/logout/logout.tsx:16
↓ 3 callersFunctionperformPostCreationSetup
* Post-creation setup for a newly created worktree. * Propagates settings.local.json, configures git hooks, and symlinks directories.
src/utils/worktree.ts:510
↓ 3 callersFunctionpermissionModeSymbol
(mode: PermissionMode)
src/utils/permissions/PermissionMode.ts:135
↓ 3 callersFunctionpermissionRuleExtractPrefix
(permissionRule: string)
src/utils/sandbox/sandbox-adapter.ts:78
↓ 3 callersFunctionpermissionRuleSourceDisplayString
( source: PermissionRuleSource, )
src/utils/permissions/permissions.ts:116
↓ 3 callersFunctionpersistBinaryContent
( bytes: Buffer, mimeType: string | undefined, persistId: string, )
src/utils/mcpOutputStorage.ts:148
↓ 3 callersFunctionpersistToolResult
( content: NonNullable<ToolResultBlockParam['content']>, toolUseId: string, )
src/utils/toolResultStorage.ts:137
↓ 3 callersFunctionphysicalEdge
(edge: Edge)
src/native-ts/yoga-layout/index.ts:2528
↓ 3 callersFunctionprefetchAllMcpResources
( mcpConfigs: Record<string, ScopedMcpServerConfig>, )
src/services/mcp/client.ts:2410
↓ 3 callersFunctionprepareContextForPlanMode
( context: ToolPermissionContext, )
src/utils/permissions/permissionSetup.ts:1462
↓ 3 callersFunctionprependDirSep
(path: string)
src/utils/permissions/filesystem.ts:761
↓ 3 callersMethodprependUserMessage
* Queue a user turn to be yielded before the next message from this.input. * Works before iteration starts and mid-stream — read() re-checks * p
src/cli/structuredIO.ts:204
↓ 3 callersFunctionpreserveQuoteStyle
( oldString: string, actualOldString: string, newString: string, )
src/tools/FileEditTool/utils.ts:104
↓ 3 callersFunctionprintResumeHint
* Print a hint about how to resume the session. * Only shown for interactive sessions with persistence enabled.
src/utils/gracefulShutdown.ts:144
↓ 3 callersFunctionprocessHookJSONOutput
({ json, command, hookName, toolUseID, hookEvent, expectedHookEvent, stdout, stderr, exitCod
src/utils/hooks.ts:489
↓ 3 callersFunctionprocessMessagesForTeleportResume
(messages: Message[], error: Error | null)
src/utils/teleport.tsx:301
↓ 3 callersFunctionprocessOutputText
(text: string | string[] | undefined)
src/utils/notebook.ts:34
↓ 3 callersMethodprocessQueue
* Process the queue, starting tools when concurrency conditions allow
src/services/tools/StreamingToolExecutor.ts:140
↓ 3 callersFunctionprocessToolResultBlock
( tool: { name: string maxResultSizeChars: number mapToolResultToToolResultBlockParam: ( r
src/utils/toolResultStorage.ts:205
↓ 3 callersFunctionpushTeamMemory
( state: SyncState, )
src/services/teamMemorySync/index.ts:889
↓ 3 callersFunctionq
(c: number)
src/native-ts/color-diff/index.ts:106
↓ 3 callersFunctionqualifyDependency
( dep: string, declaringPluginId: string, )
src/utils/plugins/dependencyResolver.ts:38
↓ 3 callersFunctionqueryWithModel
({ systemPrompt = asSystemPrompt([]), userPrompt, outputFormat, signal, options, }: { systemPrompt
src/services/api/claude.ts:3300
↓ 3 callersFunctionrangeWidth
(start: number, end: number)
src/utils/horizontalScroll.ts:60
↓ 3 callersFunctionreadBridgePointer
( dir: string, )
src/bridge/bridgePointer.ts:83
↓ 3 callersFunctionreadClientSecret
()
src/services/mcp/auth.ts:2362
↓ 3 callersFunctionreadConfig
()
src/utils/computerUse/gates.ts:26
↓ 3 callersFunctionreadFileLines
( filePath: string, )
src/utils/shellConfig.ts:81
↓ 3 callersFunctionreadHighWaterMark
(taskListId: string)
src/utils/tasks.ts:114
↓ 3 callersFunctionreadInstalledPluginsFileRaw
* Read raw file data from installed_plugins.json * Returns null if file doesn't exist. * Throws error if file exists but can't be parsed.
src/utils/plugins/installedPluginsManager.ts:259
↓ 3 callersFunctionreadUnreadMessages
( agentName: string, teamName?: string, )
src/utils/teammateMailbox.ts:115
↓ 3 callersFunctionrealpathSync
(path: string)
src/utils/fsOperations.ts:523
↓ 3 callersFunctionreconstructContentReplacementState
( messages: Message[], records: ContentReplacementRecord[], inheritedReplacements?: ReadonlyMap<string,
src/utils/toolResultStorage.ts:960
← previousnext →2,201–2,300 of 11,548, ranked by callers