MCPcopy Create free account

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

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

↓ 1 callersMethodforceEnd
* Force-end the current query regardless of generation. * Used by onCancel where any running query should be terminated. * Increments generation
src/utils/QueryGuard.ts:88
↓ 1 callersMethodforceFlush
()
src/utils/telemetry/bigqueryExporter.ts:221
↓ 1 callersMethodforceFlush
()
src/services/analytics/firstPartyEventLoggingExporter.ts:773
↓ 1 callersMethodforceRedraw
* Clear the physical terminal and force a full redraw. * * The traditional readline ctrl+l — clears the visible screen and * redraws the curr
src/ink/ink.tsx:825
↓ 1 callersFunctionforceRemoveLock
* Force-remove a lock file for a given version path. * Used when --force is specified to bypass stale locks.
src/utils/nativeInstaller/installer.ts:1171
↓ 1 callersFunctionforceStopPreventSleep
()
src/services/preventSleep.ts:64
↓ 1 callersFunctionformatActionForClassifier
( toolName: string, toolInput: unknown, )
src/utils/permissions/yoloClassifier.ts:1487
↓ 1 callersFunctionformatAgentLine
(agent: AgentDefinition)
src/tools/AgentTool/prompt.ts:43
↓ 1 callersFunctionformatBashError
(e: unknown, pattern: string, inline = false)
src/utils/promptShellExecution.ts:167
↓ 1 callersFunctionformatCommand
(command: string)
src/utils/suggestions/commandSuggestions.ts:221
↓ 1 callersFunctionformatCommandDescription
(cmd: Command)
src/tools/SkillTool/prompt.ts:52
↓ 1 callersFunctionformatCommandsWithinBudget
( commands: Command[], contextWindowTokens?: number, )
src/tools/SkillTool/prompt.ts:70
↓ 1 callersFunctionformatCompactSummary
(summary: string)
src/services/compact/prompt.ts:311
↓ 1 callersFunctionformatConnectorsInfo
(connectors: ConnectorInfo[])
src/skills/bundled/scheduleRemoteAgents.ts:97
↓ 1 callersFunctionformatContextAsMarkdownTable
(data: ContextData)
src/commands/context/context-noninteractive.ts:90
↓ 1 callersFunctionformatCronFireTime
(d: Date)
src/hooks/useScheduledTasks.ts:129
↓ 1 callersFunctionformatDangerousSettingsList
( dangerous: DangerousSettings, )
src/components/ManagedSettingsSecurityDialog/utils.ts:123
↓ 1 callersFunctionformatDateDisplay
Format an ISO date/datetime for display, keeping the ISO value for submission.
src/components/mcp/ElicitationDialog.tsx:80
↓ 1 callersFunctionformatDependencyCountSuffix
(installedDeps: string[])
src/utils/plugins/dependencyResolver.ts:289
↓ 1 callersFunctionformatDiagnosticsForAttachment
( params: PublishDiagnosticsParams, )
src/services/lsp/passiveFeedback.ts:43
↓ 1 callersMethodformatDiagnosticsSummary
* Format diagnostics into a human-readable summary string. * This is useful for displaying diagnostics in messages or logs. * * @param files
src/services/diagnosticTracking.ts:352
↓ 1 callersFunctionformatDiff
(lines: string[], startingLineNumber: number, width: number, dim: boolean, overrideTheme?: ThemeName)
src/components/StructuredDiff/Fallback.tsx:349
↓ 1 callersFunctionformatDocumentSymbolNode
* Formats a single DocumentSymbol with indentation
src/tools/LSPTool/formatters.ts:307
↓ 1 callersFunctionformatDocumentSymbolResult
( result: DocumentSymbol[] | SymbolInformation[] | null, cwd?: string, )
src/tools/LSPTool/formatters.ts:340
↓ 1 callersFunctionformatFailureErrors
( failures: Array<{ name: string; error: string }>, )
src/utils/plugins/marketplaceHelpers.ts:149
↓ 1 callersFunctionformatFailureNames
( failures: Array<{ name: string; error: string }>, )
src/utils/plugins/marketplaceHelpers.ts:143
↓ 1 callersFunctionformatFileLines
Format file content with line numbers.
src/tools/FileReadTool/FileReadTool.ts:725
↓ 1 callersFunctionformatFindReferencesResult
( result: Location[] | null, cwd?: string, )
src/tools/LSPTool/formatters.ts:174
↓ 1 callersFunctionformatHoverResult
(result: Hover | null, _cwd?: string)
src/tools/LSPTool/formatters.ts:253
↓ 1 callersFunctionformatIdleDuration
(minutes: number)
src/components/IdleReturnDialog.tsx:104
↓ 1 callersFunctionformatImageRef
(id: number)
src/history.ts:58
↓ 1 callersFunctionformatIncomingCallsResult
( result: CallHierarchyIncomingCall[] | null, cwd?: string, )
src/tools/LSPTool/formatters.ts:478
↓ 1 callersFunctionformatLockHeld
(holder: string)
src/utils/computerUse/wrapper.tsx:56
↓ 1 callersFunctionformatModelAndBilling
( modelName: string, billingType: string, availableWidth: number, )
src/utils/logoV2Utils.ts:277
↓ 1 callersFunctionformatModelUsage
()
src/cost-tracker.ts:181
↓ 1 callersFunctionformatOutgoingCallsResult
( result: CallHierarchyOutgoingCall[] | null, cwd?: string, )
src/tools/LSPTool/formatters.ts:538
↓ 1 callersFunctionformatOutput
(content: string)
src/tools/BashTool/utils.ts:133
↓ 1 callersFunctionformatPeakDay
(dateStr: string)
src/components/Stats.tsx:27
↓ 1 callersFunctionformatPrepareCallHierarchyResult
( result: CallHierarchyItem[] | null, cwd?: string, )
src/tools/LSPTool/formatters.ts:455
↓ 1 callersFunctionformatRecentMessages
(messages: Message[])
src/utils/hooks/skillImprovement.ts:39
↓ 1 callersFunctionformatResetText
( resetsAt: string, showTimezone: boolean = false, showTime: boolean = true, )
src/utils/format.ts:291
↓ 1 callersFunctionformatResult
* Formats LSP result based on operation type and extracts summary counts
src/tools/LSPTool/LSPTool.ts:636
↓ 1 callersFunctionformatTaskAsPrompt
* Format a task as a prompt for the teammate to work on.
src/utils/swarm/inProcessRunner.ts:610
↓ 1 callersFunctionformatTaskAsPrompt
* Format a task as a prompt for Claude to work on.
src/hooks/useTaskListWatcher.ts:213
↓ 1 callersFunctionformatTaskOutput
( output: string, taskId: string, )
src/utils/task/outputFormatting.ts:22
↓ 1 callersFunctionformatTeammateMessageContent
(content: string)
src/components/messages/PlanApprovalMessage.tsx:190
↓ 1 callersFunctionformatTime
* Format a timestamp as "h:mm:ssa" (e.g., "1:30:45pm"). * Replaces date-fns format() to avoid pulling in a 39MB dependency for one call.
src/components/SandboxViolationExpandedView.tsx:12
↓ 1 callersFunctionformatTimestamp
(date: Date)
src/commands/export/export.tsx:10
↓ 1 callersMethodformatTokens
( response: OAuthTokenExchangeResponse, subscriptionType: SubscriptionType | null, rateLimitTier:
src/services/oauth/index.ts:169
↓ 1 callersFunctionformatToolInput
(input: unknown)
src/utils/permissions/permissionExplainer.ts:86
↓ 1 callersFunctionformatToolUseSummary
(name: string, input: unknown)
src/components/tasks/RemoteSessionDetailDialog.tsx:44
↓ 1 callersFunctionformatTranscriptForFacets
(log: LogOption)
src/commands/insights.ts:831
↓ 1 callersFunctionformatTranscriptWithSummarization
( log: LogOption, )
src/commands/insights.ts:906
↓ 1 callersFunctionformatTruncatedTextRef
(id: number, numLines: number)
src/components/PromptInput/inputPaste.ts:57
↓ 1 callersFunctionformatUri
(uri: string)
src/components/messages/UserResourceUpdateMessage.tsx:48
↓ 1 callersFunctionformatZodValidationError
( toolName: string, error: ZodError, )
src/utils/toolErrors.ts:66
↓ 1 callersMethodfree
()
src/ink/layout/yoga.ts:291
↓ 1 callersMethodfree
()
src/native-ts/yoga-layout/index.ts:545
↓ 1 callersMethodfreeRecursive
()
src/ink/layout/yoga.ts:294
↓ 1 callersFunctionfromCount
( state: { type: 'count'; digits: string }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:265
↓ 1 callersFunctionfromFind
( state: { type: 'find'; find: FindType; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:369
↓ 1 callersFunctionfromG
( state: { type: 'g'; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:385
↓ 1 callersFunctionfromIdle
(input: string, ctx: TransitionContext)
src/vim/transitions.ts:248
↓ 1 callersFunctionfromIndent
( state: { type: 'indent'; dir: '>' | '<'; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:450
↓ 1 callersFunctionfromJsonTimestamp
(o: any)
src/types/generated/events_mono/growthbook/v1/growthbook_experiment_event.ts:204
↓ 1 callersFunctionfromOperator
( state: { type: 'operator'; op: Operator; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:283
↓ 1 callersFunctionfromOperatorCount
( state: { type: 'operatorCount' op: Operator count: number digits: string }, input: str
src/vim/transitions.ts:310
↓ 1 callersFunctionfromOperatorFind
( state: { type: 'operatorFind' op: Operator count: number find: FindType }, input: stri
src/vim/transitions.ts:334
↓ 1 callersFunctionfromOperatorG
( state: { type: 'operatorG'; op: Operator; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:420
↓ 1 callersFunctionfromOperatorTextObj
( state: { type: 'operatorTextObj' op: Operator count: number scope: TextObjScope }, inp
src/vim/transitions.ts:350
↓ 1 callersFunctionfromReplace
( state: { type: 'replace'; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:438
↓ 1 callersFunctionfromTimestamp
(t: Timestamp)
src/types/generated/events_mono/claude_code/v1/claude_code_internal_event.ts:840
↓ 1 callersFunctionfromTimestamp
(t: Timestamp)
src/types/generated/events_mono/growthbook/v1/growthbook_experiment_event.ts:198
↓ 1 callersFunctiongatherAllCandidates
* Gathers candidate session files across all project directories.
src/utils/listSessionsImpl.ts:406
↓ 1 callersFunctiongatherProjectCandidates
* Gathers candidate session files for a specific project directory * (and optionally its git worktrees).
src/utils/listSessionsImpl.ts:309
↓ 1 callersFunctiongenerate
()
src/hooks/useAwaySummary.ts:69
↓ 1 callersFunctiongenerateActionsTable
* Build a markdown table of all actions with their default bindings and context.
src/skills/bundled/keybindings.ts:33
↓ 1 callersFunctiongenerateAgent
( userPrompt: string, model: ModelName, existingIdentifiers: string[], abortSignal: AbortSignal, )
src/components/agents/generateAgent.ts:122
↓ 1 callersFunctiongenerateAgentSuggestions
( agents: AgentDefinition[], query: string, showOnEmpty = false, )
src/hooks/unifiedSuggestions.ts:77
↓ 1 callersFunctiongenerateAwaySummary
( messages: readonly Message[], signal: AbortSignal, )
src/services/awaySummary.ts:29
↓ 1 callersFunctiongenerateBashSuggestions
* Generate bash shell completion suggestions
src/hooks/useTypeahead.tsx:211
↓ 1 callersFunctiongenerateCodeChallenge
(verifier: string)
src/services/oauth/crypto.ts:29
↓ 1 callersFunctiongenerateCodeVerifier
()
src/services/oauth/crypto.ts:20
↓ 1 callersFunctiongenerateContentHash
* Generate content hash for an MCPB file
src/utils/plugins/mcpbHandler.ts:93
↓ 1 callersFunctiongenerateContextSuggestions
( data: ContextData, )
src/utils/contextSuggestions.ts:31
↓ 1 callersFunctiongenerateContextsTable
* Build a markdown table of all contexts.
src/skills/bundled/keybindings.ts:20
↓ 1 callersFunctiongenerateGenericDescription
( _command: string, specificDescription: string | undefined, _signal: AbortSignal, )
src/utils/permissions/bashClassifier.ts:55
↓ 1 callersFunctiongenerateHtmlReport
( data: AggregatedData, insights: InsightResults, )
src/commands/insights.ts:1947
↓ 1 callersFunctiongenerateKeybindingsTemplate
()
src/keybindings/template.ts:40
↓ 1 callersFunctiongenerateMainSessionTaskId
()
src/tasks/LocalMainSessionTask.ts:75
↓ 1 callersFunctiongenerateModelSection
()
src/tools/ConfigTool/prompt.ts:79
↓ 1 callersFunctiongenerateParallelInsights
( data: AggregatedData, facets: Map<string, SessionFacets>, )
src/commands/insights.ts:1612
↓ 1 callersFunctiongeneratePermissionExplanation
({ toolName, toolInput, toolDescription, messages, signal, }: GenerateExplanationParams)
src/utils/permissions/permissionExplainer.ts:147
↓ 1 callersFunctiongeneratePipelinedSuggestion
( context: REPLHookContext, suggestionText: string, speculatedMessages: Message[], setAppState: SetApp
src/services/PromptSuggestion/speculation.ts:345
↓ 1 callersFunctiongeneratePlaceholderSalt
* 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 callersFunctiongenerateProgressiveArgumentHint
( argNames: string[], typedArgs: string[], )
src/utils/argumentSubstitution.ts:76
↓ 1 callersFunctiongeneratePrompt
()
src/tools/ConfigTool/prompt.ts:14
↓ 1 callersFunctiongenerateQRCode
()
src/commands/session/session.tsx:29
↓ 1 callersFunctiongenerateQRCodes
()
src/commands/mobile/mobile.tsx:49
↓ 1 callersFunctiongenerateQr
Generate a QR code and return its lines.
src/bridge/bridgeUI.ts:37
← previousnext →5,301–5,400 of 11,548, ranked by callers