Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Arthur742Ramos/repo-bootcamp
/ functions
Functions
605 in github.com/Arthur742Ramos/repo-bootcamp
⨍
Functions
605
◇
Types & classes
173
↓ 10 callers
Function
createProgressBar
(total: number, width: number = 30)
src/progress.ts:273
↓ 10 callers
Method
fail
* 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 callers
Function
generateFirstTasks
( facts: RepoFacts, options?: Pick<BootcampOptions, "audience" | "style">, styleConfig?: StyleConfig,
src/generator.ts:703
↓ 10 callers
Function
listCacheEntries
()
src/cache.ts:396
↓ 10 callers
Function
makeDeps
(overrides: any = {})
test/deps-extra.test.ts:4
↓ 10 callers
Function
makeRepo
( files: Record<string, string> )
test/impact-import-graph.test.ts:12
↓ 10 callers
Function
mockExecFileSuccess
(stdout: string)
test/tools.test.ts:486
↓ 10 callers
Function
ownersForPath
(filePath: string, rules: OwnerRule[])
src/commands/owners-command.ts:73
↓ 10 callers
Function
resolveOutputFormat
(format?: string)
src/services/config-resolution.ts:78
↓ 10 callers
Function
validateRepoFacts
(data: unknown)
src/schema.ts:176
↓ 10 callers
Method
warn
* Warn on current phase. Surfaced on stderr in quiet mode (see {@link fail}).
src/progress.ts:215
↓ 9 callers
Function
collectCompletionSpec
(program: Command)
src/completion.ts:66
↓ 9 callers
Function
generateDependencyDiagram
(deps: DependencyAnalysis, projectName: string)
src/deps.ts:543
↓ 9 callers
Function
generateIssuePreview
(tasks: FirstTask[], repoInfo: RepoInfo)
src/issues.ts:319
↓ 9 callers
Function
getHealthGrade
(score: number)
src/health.ts:403
↓ 9 callers
Function
getRiskEmoji
(grade: string)
src/radar.ts:238
↓ 9 callers
Function
git
(args: string[], cwd: string)
test/diff-formatter.test.ts:13
↓ 9 callers
Function
makeParams
(overrides: any = {})
test/output-writer.test.ts:38
↓ 9 callers
Function
normalizeScanScope
(options: BootcampOptions)
src/services/config-resolution.ts:54
↓ 9 callers
Function
orchestrateAnalysis
({ repoPath, repoInfo, scanResult, options, styleConfig, progress, analysisStart, }: Orchestrate
src/services/analysis-orchestration.ts:74
↓ 9 callers
Function
readCustomPrompt
(repoPath: string, overridePath?: string)
src/agent.ts:266
↓ 9 callers
Function
resolveRepo
( input: string, outputDir: string = process.cwd(), branch?: string )
src/repo-resolver.ts:118
↓ 9 callers
Function
runDepsCommand
(repoUrl: string, opts: DepsCommandOptions)
src/commands/deps-command.ts:89
↓ 9 callers
Function
runGit
(command: string, cwd: string)
test/flags-behavior.test.ts:34
↓ 9 callers
Function
runRadarCommand
(repoUrl: string, opts: RadarCommandOptions)
src/commands/radar-command.ts:85
↓ 9 callers
Function
runSecurityCommand
(repoUrl: string, opts: SecurityCommandOptions)
src/commands/security-command.ts:123
↓ 9 callers
Function
updateVersionNumbers
( repoPath: string, mismatches: VersionMismatch[] )
src/docs-fixer.ts:47
↓ 8 callers
Function
analyzeChangeImpact
( repoPath: string, files: FileInfo[], targetFile: string, graph?: Map<string, { imports: string[]; im
src/impact.ts:569
↓ 8 callers
Function
buildSampleProgram
()
test/completion.test.ts:25
↓ 8 callers
Function
checkmark
(value: boolean)
src/commands/security-command.ts:47
↓ 8 callers
Function
configureSessionResponses
* Configure the session to return different responses on successive sendAndWait calls.
test/agent.test.ts:198
↓ 8 callers
Function
detectFrameworksFromDeps
(depNames: string[])
src/ingest.ts:1068
↓ 8 callers
Function
formatFileName
(originalName: string, format: OutputFormat)
src/formatter.ts:296
↓ 8 callers
Function
generateArchitecture
( facts: RepoFacts, options?: Pick<BootcampOptions, "audience">, repoInfo?: RepoInfo )
src/generator.ts:484
↓ 8 callers
Function
generateOnboarding
( facts: RepoFacts, options?: Pick<BootcampOptions, "audience"> )
src/generator.ts:378
↓ 8 callers
Method
getToolCallCount
* Get tool call count
src/progress.ts:246
↓ 8 callers
Function
hasCliFlag
(flags: string[])
src/cli.ts:251
↓ 8 callers
Function
parsePullRequestTarget
(target: string)
src/diff.ts:333
↓ 8 callers
Function
runHealthCommand
(repoUrl: string, opts: HealthCommandOptions)
src/commands/health-command.ts:79
↓ 8 callers
Function
runInitCommand
(opts: InitCommandOptions)
src/commands/init-command.ts:49
↓ 8 callers
Function
startServer
( port: number = DEFAULT_PORT, host: string = DEFAULT_HOST )
src/web/server.ts:73
↓ 8 callers
Function
startWatch
( repoPath: string, opts: WatchOptions )
src/watch.ts:100
↓ 8 callers
Function
stripAnsi
(s: string)
test/styles-command.test.ts:22
↓ 8 callers
Function
toPosixPath
(p: string)
src/utils.ts:95
↓ 8 callers
Function
uniqueSorted
(values: string[])
src/completion.ts:107
↓ 7 callers
Function
cleanupRepository
(repoPath: string)
src/services/clone-service.ts:51
↓ 7 callers
Function
cloneRepo
( repoInfo: RepoInfo, targetDir: string, branch?: string, fullClone?: boolean )
src/ingest.ts:188
↓ 7 callers
Function
convertInlineFormatting
* Convert inline markdown formatting to HTML.
src/formatter.ts:48
↓ 7 callers
Function
createIssuesFromTasks
( tasks: FirstTask[], repoInfo: RepoInfo, options: { dryRun?: boolean; verbose?: boolean } = {} )
src/issues.ts:227
↓ 7 callers
Function
formatAge
(mtimeMs: number, now: number = Date.now())
src/commands/cache-list.ts:68
↓ 7 callers
Function
formatBytes
(bytes: number)
src/commands/cache-list.ts:54
↓ 7 callers
Function
generateExampleConfig
()
src/plugins.ts:328
↓ 7 callers
Function
generateRunbook
(facts: RepoFacts)
src/generator.ts:786
↓ 7 callers
Function
getCacheVersion
()
src/cache.ts:18
↓ 7 callers
Method
getTranscript
* Get the current transcript
src/interactive.ts:321
↓ 7 callers
Function
hasMetaFile
* 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 callers
Function
jsonOut
()
test/cycles-command.test.ts:71
↓ 7 callers
Function
log
(msg: string)
src/watch.ts:110
↓ 7 callers
Function
padRight
(value: string, width: number)
src/commands/cache-list.ts:111
↓ 7 callers
Function
pruneCache
(maxAgeMs: number)
src/cache.ts:213
↓ 7 callers
Function
resolveLocalPath
(input: string)
src/repo-resolver.ts:57
↓ 7 callers
Function
runCouplingCommand
( repoUrl: string, opts: CouplingCommandOptions )
src/commands/coupling-command.ts:109
↓ 7 callers
Function
runDocsCommand
( repoUrl: string, opts: { check?: boolean; fix?: boolean; branch?: string; verbose?: boolean } )
src/commands/docs-command.ts:10
↓ 7 callers
Function
runMainCommand
(repoUrl: string, options: BootcampOptions)
src/commands/main-command.ts:182
↓ 7 callers
Function
runScanCommand
(repoUrl: string, opts: ScanCommandOptions)
src/commands/scan-command.ts:170
↓ 7 callers
Function
waitForOutput
( getOutput: () => { stdout: string; stderr: string }, pattern: string | RegExp, timeoutMs = 30_000 )
test/e2e/helpers.ts:110
↓ 6 callers
Function
analyzeDocumentation
(repoPath: string)
src/docs-analyzer.ts:480
↓ 6 callers
Function
analyzeVersionMismatches
(repoPath: string)
src/docs-analyzer.ts:92
↓ 6 callers
Function
convertToHtml
(markdown: string, title: string)
src/formatter.ts:238
↓ 6 callers
Function
enabledSectionLabels
(config: StyleConfig)
src/commands/styles-command.ts:62
↓ 6 callers
Function
fi
(path: string)
test/impact-graph-extra.test.ts:27
↓ 6 callers
Function
formatContent
( content: string, originalName: string, format: OutputFormat, )
src/formatter.ts:312
↓ 6 callers
Function
formatCustomPromptSection
(customPrompt?: string | null)
src/agent.ts:287
↓ 6 callers
Function
generateCodemap
(facts: RepoFacts, repoInfo?: RepoInfo)
src/generator.ts:641
↓ 6 callers
Function
getFlagValue
(args: string[], flags: string[])
src/utils.ts:60
↓ 6 callers
Function
getMissingFieldsSummary
(errors: string[])
src/schema.ts:223
↓ 6 callers
Function
getOptionSource
(command: Command, name: string)
src/cli.ts:237
↓ 6 callers
Function
invokeExecCallback
( optsOrCb: unknown, maybeCb: unknown, error: Error | null, result: { stdout: string; stderr: string }
test/ingest.clone.test.ts:34
↓ 6 callers
Function
scan
(files: Array<Partial<FileInfo> & { path: string; size: number }>)
test/metrics.test.ts:11
↓ 6 callers
Method
stop
* Stop and clean up
src/progress.ts:238
↓ 6 callers
Function
stopJobPruner
()
src/web/routes.ts:75
↓ 6 callers
Function
updateCLIUsage
( repoPath: string, drift: CLIDrift[] )
src/docs-fixer.ts:211
↓ 5 callers
Function
analyzeFrameworkDocs
(repoPath: string)
src/docs-analyzer.ts:196
↓ 5 callers
Function
applyConfigDefault
( options: BootcampOptions, key: K, value: BootcampOptions[K] | undefined )
src/services/config-resolution.ts:16
↓ 5 callers
Function
buildStylesJson
()
src/commands/styles-command.ts:70
↓ 5 callers
Function
convertToPdf
(markdown: string, title: string)
src/formatter.ts:249
↓ 5 callers
Function
createLocalFixtureRepo
()
test/main-command.behavior.test.ts:106
↓ 5 callers
Function
describeCycle
(cycle: Cycle, graph: Map<string, GraphNode>)
src/cycles.ts:134
↓ 5 callers
Function
detectCyclesInImportGraph
( fullGraph: Map<string, T> )
src/cycles.ts:198
↓ 5 callers
Function
escapeHtml
* Escape HTML special characters
src/formatter.ts:15
↓ 5 callers
Function
fixDocumentation
( repoPath: string, analysis: DocsAnalysisResult )
src/docs-fixer.ts:278
↓ 5 callers
Function
getAudienceProfile
(audience?: Audience)
src/generator.ts:112
↓ 5 callers
Function
getReadme
* Get README content
src/docs-analyzer.ts:81
↓ 5 callers
Function
getRepoTools
(context: ToolContext)
src/tools.ts:405
↓ 5 callers
Function
git
(args: string[])
test/ingest.test.ts:510
↓ 5 callers
Function
hasFlag
(args: string[], flags: string[])
src/utils.ts:81
↓ 5 callers
Function
makeFacts
(repoName = "local/fixture-no-clone")
test/main-command.behavior.test.ts:21
↓ 5 callers
Function
makeRepoInfo
(overrides: Partial<RepoInfo> = {})
test/ingest.clone.test.ts:23
↓ 5 callers
Function
makeScanResult
()
test/main-command.behavior.test.ts:87
↓ 5 callers
Function
normalizeGenerationOptions
( options?: CacheGenerationOptions )
src/cache.ts:53
← previous
next →
101–200 of 605, ranked by callers