MCPcopy Create free account

hub / github.com/Arthur742Ramos/repo-bootcamp / functions

Functions605 in github.com/Arthur742Ramos/repo-bootcamp

↓ 10 callersFunctioncreateProgressBar
(total: number, width: number = 30)
src/progress.ts:273
↓ 10 callersMethodfail
* Fail current phase. * * In quiet mode the spinner is silenced, so the failure is written directly * to stderr — failures must always be vis
src/progress.ts:202
↓ 10 callersFunctiongenerateFirstTasks
( facts: RepoFacts, options?: Pick<BootcampOptions, "audience" | "style">, styleConfig?: StyleConfig,
src/generator.ts:703
↓ 10 callersFunctionlistCacheEntries
()
src/cache.ts:396
↓ 10 callersFunctionmakeDeps
(overrides: any = {})
test/deps-extra.test.ts:4
↓ 10 callersFunctionmakeRepo
( files: Record<string, string> )
test/impact-import-graph.test.ts:12
↓ 10 callersFunctionmockExecFileSuccess
(stdout: string)
test/tools.test.ts:486
↓ 10 callersFunctionownersForPath
(filePath: string, rules: OwnerRule[])
src/commands/owners-command.ts:73
↓ 10 callersFunctionresolveOutputFormat
(format?: string)
src/services/config-resolution.ts:78
↓ 10 callersFunctionvalidateRepoFacts
(data: unknown)
src/schema.ts:176
↓ 10 callersMethodwarn
* Warn on current phase. Surfaced on stderr in quiet mode (see {@link fail}).
src/progress.ts:215
↓ 9 callersFunctioncollectCompletionSpec
(program: Command)
src/completion.ts:66
↓ 9 callersFunctiongenerateDependencyDiagram
(deps: DependencyAnalysis, projectName: string)
src/deps.ts:543
↓ 9 callersFunctiongenerateIssuePreview
(tasks: FirstTask[], repoInfo: RepoInfo)
src/issues.ts:319
↓ 9 callersFunctiongetHealthGrade
(score: number)
src/health.ts:403
↓ 9 callersFunctiongetRiskEmoji
(grade: string)
src/radar.ts:238
↓ 9 callersFunctiongit
(args: string[], cwd: string)
test/diff-formatter.test.ts:13
↓ 9 callersFunctionmakeParams
(overrides: any = {})
test/output-writer.test.ts:38
↓ 9 callersFunctionnormalizeScanScope
(options: BootcampOptions)
src/services/config-resolution.ts:54
↓ 9 callersFunctionorchestrateAnalysis
({ repoPath, repoInfo, scanResult, options, styleConfig, progress, analysisStart, }: Orchestrate
src/services/analysis-orchestration.ts:74
↓ 9 callersFunctionreadCustomPrompt
(repoPath: string, overridePath?: string)
src/agent.ts:266
↓ 9 callersFunctionresolveRepo
( input: string, outputDir: string = process.cwd(), branch?: string )
src/repo-resolver.ts:118
↓ 9 callersFunctionrunDepsCommand
(repoUrl: string, opts: DepsCommandOptions)
src/commands/deps-command.ts:89
↓ 9 callersFunctionrunGit
(command: string, cwd: string)
test/flags-behavior.test.ts:34
↓ 9 callersFunctionrunRadarCommand
(repoUrl: string, opts: RadarCommandOptions)
src/commands/radar-command.ts:85
↓ 9 callersFunctionrunSecurityCommand
(repoUrl: string, opts: SecurityCommandOptions)
src/commands/security-command.ts:123
↓ 9 callersFunctionupdateVersionNumbers
( repoPath: string, mismatches: VersionMismatch[] )
src/docs-fixer.ts:47
↓ 8 callersFunctionanalyzeChangeImpact
( repoPath: string, files: FileInfo[], targetFile: string, graph?: Map<string, { imports: string[]; im
src/impact.ts:569
↓ 8 callersFunctionbuildSampleProgram
()
test/completion.test.ts:25
↓ 8 callersFunctioncheckmark
(value: boolean)
src/commands/security-command.ts:47
↓ 8 callersFunctionconfigureSessionResponses
* Configure the session to return different responses on successive sendAndWait calls.
test/agent.test.ts:198
↓ 8 callersFunctiondetectFrameworksFromDeps
(depNames: string[])
src/ingest.ts:1068
↓ 8 callersFunctionformatFileName
(originalName: string, format: OutputFormat)
src/formatter.ts:296
↓ 8 callersFunctiongenerateArchitecture
( facts: RepoFacts, options?: Pick<BootcampOptions, "audience">, repoInfo?: RepoInfo )
src/generator.ts:484
↓ 8 callersFunctiongenerateOnboarding
( facts: RepoFacts, options?: Pick<BootcampOptions, "audience"> )
src/generator.ts:378
↓ 8 callersMethodgetToolCallCount
* Get tool call count
src/progress.ts:246
↓ 8 callersFunctionhasCliFlag
(flags: string[])
src/cli.ts:251
↓ 8 callersFunctionparsePullRequestTarget
(target: string)
src/diff.ts:333
↓ 8 callersFunctionrunHealthCommand
(repoUrl: string, opts: HealthCommandOptions)
src/commands/health-command.ts:79
↓ 8 callersFunctionrunInitCommand
(opts: InitCommandOptions)
src/commands/init-command.ts:49
↓ 8 callersFunctionstartServer
( port: number = DEFAULT_PORT, host: string = DEFAULT_HOST )
src/web/server.ts:73
↓ 8 callersFunctionstartWatch
( repoPath: string, opts: WatchOptions )
src/watch.ts:100
↓ 8 callersFunctionstripAnsi
(s: string)
test/styles-command.test.ts:22
↓ 8 callersFunctiontoPosixPath
(p: string)
src/utils.ts:95
↓ 8 callersFunctionuniqueSorted
(values: string[])
src/completion.ts:107
↓ 7 callersFunctioncleanupRepository
(repoPath: string)
src/services/clone-service.ts:51
↓ 7 callersFunctioncloneRepo
( repoInfo: RepoInfo, targetDir: string, branch?: string, fullClone?: boolean )
src/ingest.ts:188
↓ 7 callersFunctionconvertInlineFormatting
* Convert inline markdown formatting to HTML.
src/formatter.ts:48
↓ 7 callersFunctioncreateIssuesFromTasks
( tasks: FirstTask[], repoInfo: RepoInfo, options: { dryRun?: boolean; verbose?: boolean } = {} )
src/issues.ts:227
↓ 7 callersFunctionformatAge
(mtimeMs: number, now: number = Date.now())
src/commands/cache-list.ts:68
↓ 7 callersFunctionformatBytes
(bytes: number)
src/commands/cache-list.ts:54
↓ 7 callersFunctiongenerateExampleConfig
()
src/plugins.ts:328
↓ 7 callersFunctiongenerateRunbook
(facts: RepoFacts)
src/generator.ts:786
↓ 7 callersFunctiongetCacheVersion
()
src/cache.ts:18
↓ 7 callersMethodgetTranscript
* Get the current transcript
src/interactive.ts:321
↓ 7 callersFunctionhasMetaFile
* Does any file match `namePattern` at the repo root or inside a conventional * meta directory (.github/, docs/, ...)? This anchors detection so that
src/health.ts:72
↓ 7 callersFunctionjsonOut
()
test/cycles-command.test.ts:71
↓ 7 callersFunctionlog
(msg: string)
src/watch.ts:110
↓ 7 callersFunctionpadRight
(value: string, width: number)
src/commands/cache-list.ts:111
↓ 7 callersFunctionpruneCache
(maxAgeMs: number)
src/cache.ts:213
↓ 7 callersFunctionresolveLocalPath
(input: string)
src/repo-resolver.ts:57
↓ 7 callersFunctionrunCouplingCommand
( repoUrl: string, opts: CouplingCommandOptions )
src/commands/coupling-command.ts:109
↓ 7 callersFunctionrunDocsCommand
( repoUrl: string, opts: { check?: boolean; fix?: boolean; branch?: string; verbose?: boolean } )
src/commands/docs-command.ts:10
↓ 7 callersFunctionrunMainCommand
(repoUrl: string, options: BootcampOptions)
src/commands/main-command.ts:182
↓ 7 callersFunctionrunScanCommand
(repoUrl: string, opts: ScanCommandOptions)
src/commands/scan-command.ts:170
↓ 7 callersFunctionwaitForOutput
( getOutput: () => { stdout: string; stderr: string }, pattern: string | RegExp, timeoutMs = 30_000 )
test/e2e/helpers.ts:110
↓ 6 callersFunctionanalyzeDocumentation
(repoPath: string)
src/docs-analyzer.ts:480
↓ 6 callersFunctionanalyzeVersionMismatches
(repoPath: string)
src/docs-analyzer.ts:92
↓ 6 callersFunctionconvertToHtml
(markdown: string, title: string)
src/formatter.ts:238
↓ 6 callersFunctionenabledSectionLabels
(config: StyleConfig)
src/commands/styles-command.ts:62
↓ 6 callersFunctionfi
(path: string)
test/impact-graph-extra.test.ts:27
↓ 6 callersFunctionformatContent
( content: string, originalName: string, format: OutputFormat, )
src/formatter.ts:312
↓ 6 callersFunctionformatCustomPromptSection
(customPrompt?: string | null)
src/agent.ts:287
↓ 6 callersFunctiongenerateCodemap
(facts: RepoFacts, repoInfo?: RepoInfo)
src/generator.ts:641
↓ 6 callersFunctiongetFlagValue
(args: string[], flags: string[])
src/utils.ts:60
↓ 6 callersFunctiongetMissingFieldsSummary
(errors: string[])
src/schema.ts:223
↓ 6 callersFunctiongetOptionSource
(command: Command, name: string)
src/cli.ts:237
↓ 6 callersFunctioninvokeExecCallback
( optsOrCb: unknown, maybeCb: unknown, error: Error | null, result: { stdout: string; stderr: string }
test/ingest.clone.test.ts:34
↓ 6 callersFunctionscan
(files: Array<Partial<FileInfo> & { path: string; size: number }>)
test/metrics.test.ts:11
↓ 6 callersMethodstop
* Stop and clean up
src/progress.ts:238
↓ 6 callersFunctionstopJobPruner
()
src/web/routes.ts:75
↓ 6 callersFunctionupdateCLIUsage
( repoPath: string, drift: CLIDrift[] )
src/docs-fixer.ts:211
↓ 5 callersFunctionanalyzeFrameworkDocs
(repoPath: string)
src/docs-analyzer.ts:196
↓ 5 callersFunctionapplyConfigDefault
( options: BootcampOptions, key: K, value: BootcampOptions[K] | undefined )
src/services/config-resolution.ts:16
↓ 5 callersFunctionbuildStylesJson
()
src/commands/styles-command.ts:70
↓ 5 callersFunctionconvertToPdf
(markdown: string, title: string)
src/formatter.ts:249
↓ 5 callersFunctioncreateLocalFixtureRepo
()
test/main-command.behavior.test.ts:106
↓ 5 callersFunctiondescribeCycle
(cycle: Cycle, graph: Map<string, GraphNode>)
src/cycles.ts:134
↓ 5 callersFunctiondetectCyclesInImportGraph
( fullGraph: Map<string, T> )
src/cycles.ts:198
↓ 5 callersFunctionescapeHtml
* Escape HTML special characters
src/formatter.ts:15
↓ 5 callersFunctionfixDocumentation
( repoPath: string, analysis: DocsAnalysisResult )
src/docs-fixer.ts:278
↓ 5 callersFunctiongetAudienceProfile
(audience?: Audience)
src/generator.ts:112
↓ 5 callersFunctiongetReadme
* Get README content
src/docs-analyzer.ts:81
↓ 5 callersFunctiongetRepoTools
(context: ToolContext)
src/tools.ts:405
↓ 5 callersFunctiongit
(args: string[])
test/ingest.test.ts:510
↓ 5 callersFunctionhasFlag
(args: string[], flags: string[])
src/utils.ts:81
↓ 5 callersFunctionmakeFacts
(repoName = "local/fixture-no-clone")
test/main-command.behavior.test.ts:21
↓ 5 callersFunctionmakeRepoInfo
(overrides: Partial<RepoInfo> = {})
test/ingest.clone.test.ts:23
↓ 5 callersFunctionmakeScanResult
()
test/main-command.behavior.test.ts:87
↓ 5 callersFunctionnormalizeGenerationOptions
( options?: CacheGenerationOptions )
src/cache.ts:53
← previousnext →101–200 of 605, ranked by callers