mirror of
https://github.com/rmccorkl/TubeSage.git
synced 2026-07-22 16:40:25 +00:00
Fallow dead-code analysis flagged 13 issues. Removed the 10 that are genuinely unreferenced: - LLMFactory.getBestProvider, LLMFactory.updateSettings - GeminiClient.isAvailable, OllamaClient.isAvailable - ProcessingSpinner.setLabel, plus the now-dead callCount field and its '#N' suffix in the spinner text (setLabel was callCount's only writer, so the counter had been stuck at 0 already) - YouTubeTranscriptExtractor.fetchTranscriptSegments, combineTranscript, clearConfigCache, parseJsonCaptions - dropped the unused 'export' on the CaptionTrack interface (still used locally in the file, just never imported elsewhere) Kept OllamaClient.validateConnection and createChatCompletion: fallow flagged them, but transcript-summarizer.ts calls them via a loosely typed 'client' variable that fallow cannot statically resolve. Build and lint pass clean. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| error-utils.ts | ||
| fetch-shim.ts | ||
| filename-sanitizer.ts | ||
| form-utils.ts | ||
| logger.ts | ||
| model-limits-registry.ts | ||
| path-utils.ts | ||
| processing-spinner.ts | ||
| prompt-utils.ts | ||
| timestamp-utils.ts | ||
| youtube-utils.ts | ||